ScoopInstaller_Main/bucket/ghostscript.json
2022-04-04 16:30:45 +00:00

54 lines
2.0 KiB
JSON

{
"version": "9.56.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/gs9561/gs9561w64.exe#/dl.7z",
"hash": "sha512:a371ac4814b9674df88c0b2834dd16830b0310c620a2289540dc953f06d65849531e1ff266817e3f05e87163e6f007a733150731dbf5af270f4ac1a649b093de",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/gs9561w32.exe#/dl.7z",
"hash": "sha512:0e0478f25e10beebec4279fc8c2b4707ebd23cf4d6b1fd590758f2af2dc2e228161f648c21bfe32226937fccf6aa770ce82683144982696a9e47263f5d060edd",
"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"
}
}
}