ScoopInstaller_Main/ghostscript.json
2018-09-03 15:00:56 +00:00

45 lines
1.5 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.24",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w64.exe#/dl.7z",
"hash": "11957903142661d5a7f299fa38cda3b11c52e40efed69ab255e76a6e5396e5b0",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe"
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w32.exe#/dl.7z",
"hash": "cf4ecf34ec8e0492716a293a815e15f3a8a6d59b2ecac3db10a49e600b856e68",
"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"
}
}
}