ScoopInstaller_Main/bucket/ghostscript.json
2023-03-27 16:29:10 +00:00

54 lines
2.0 KiB
JSON

{
"version": "10.01.1",
"description": "An interpreter for the PostScript language and for PDF",
"homepage": "https://www.ghostscript.com",
"license": {
"identifier": "AGPL-3.0-or-later|Freeware",
"url": "https://www.ghostscript.com/license.html"
},
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10011/gs10011w64.exe#/dl.7z",
"hash": "sha512:121d48c14e0c130a556f3de7db8f674030179f86e263034954d511baa0f206842a25dc6fc0e7aee8c4e570571c28d8e49754763ee7848fb402b98b935d0669d3",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10011/gs10011w32.exe#/dl.7z",
"hash": "sha512:8f86462133e7552200d27a82026ce6511af99ffaf856b99b92248c6968cd01e9542618c42cdd8f77ed9a017f43f521e1eb93c50c9fa1416c20dc7515cc83e7c2",
"bin": [
"bin\\gswin32.exe",
"bin\\gswin32c.exe",
[
"bin\\gswin32c.exe",
"gs"
]
]
}
},
"env_add_path": "lib",
"checkver": {
"github": "https://github.com/ArtifexSoftware/ghostpdl-downloads/",
"regex": "Ghostscript/GhostPDL ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$cleanVersion/gs$cleanVersionw32.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/SHA512SUMS"
}
}
}