ScoopInstaller_Main/bucket/ghostscript.json
2019-10-15 11:01:58 +00:00

54 lines
2.0 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.50",
"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/gs950/gs950w64.exe#/dl.7z",
"hash": "sha512:5272205d7a456f869e5e303fabc2509abc2c87bc9b776eafbc0abb5ca668d6a1eb6464330d7c95d43997189377584351d301ce2f72216240a1ff83023f83f5aa",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/gs950w32.exe#/dl.7z",
"hash": "sha512:d7d47a2b333d5376f649f21817c40bdb456ff946546817ee1d5dd75a7f4364b57f00f5d90cc7d847eed83fe5f76fcd28753b4993cbc17e21d6847a7daccbca8a",
"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"
}
}
}