ScoopInstaller_Main/bucket/ghostscript.json
2020-03-12 17:01:52 +00:00

54 lines
2.0 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.51",
"description": "An interpreter for the PostScript language and for PDF.",
"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/gs951/gs951w64.exe#/dl.7z",
"hash": "sha512:0dafec15295185bba57941b75b4e2296593cabd29fdd732f067bd9b31feef42626bc087a133a759455f1b9548e2cbee483516d4bb7aa472103400f4b81a71418",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs951/gs951w32.exe#/dl.7z",
"hash": "sha512:1327028e6552be78325d43c9f9b8b19c4d2a9aa8f793746162ec24824ae8e5712082a55eb4e3b59805d09b95bc5bf627189cbd2b9b8ea6425b2af96ce60fb3ff",
"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"
}
}
}