Browse Source

gs: add version 10.02.0

Darcy Shen 1 year ago
parent
commit
5efa9edb3d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/g/ghostscript/xmake.lua

+ 1 - 0
packages/g/ghostscript/xmake.lua

@@ -9,6 +9,7 @@ package("ghostscript")
     end})
     add_versions("9.55.0", "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b")
     add_versions("10.0.0", "a57764d70caf85e2fc0b0f59b83b92e25775631714dcdb97cc6e0cea414bb5a3")
+    add_versions("10.02.0", "e54062f166708d84ca82de9f8304a04344466080f936118b88082bd55ed6dc97")
 
     add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})