ScoopInstaller_Main/bucket/ghostscript.json
2020-03-19 13:01:48 +00:00

54 lines
2.0 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.52",
"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/gs952/gs952w64.exe#/dl.7z",
"hash": "sha512:95f1b36ecfd11112e247125316b4bd9eeea0a37ba1104eb774fcb57618ff5ae0f79e2276ac212e38cc549e0245dc132bce5557407ddf19e0b7ea1c72d119cc8b",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w32.exe#/dl.7z",
"hash": "sha512:7ae7d0cad442dad365dd1ecee4a80ec801491ac600299fab7ff5fc610b82dc3b8508e354c6f1759c3a042227685cb1080a1858b2351513929c9bc5c147cbd017",
"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"
}
}
}