ScoopInstaller_Main/ghostscript.json
2018-03-21 16:00:53 +00:00

45 lines
1.5 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.23",
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/gs923w64.exe#/dl.7z",
"hash": "9e614cbac9f674710de965d9847ace29127d71dc1875e48517f4abce0e324400",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe"
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/gs923w32.exe#/dl.7z",
"hash": "5879b9970007490e62f1c1d9d6688bb633a069cdd5fc466dadb9ea8114c8c75a",
"bin": [
"bin\\gswin32.exe",
"bin\\gswin32c.exe"
]
}
},
"env_add_path": [
"bin",
"lib"
],
"checkver": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/latest",
"re": "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/SHA256SUMS"
}
}
}