ScoopInstaller_Main/bucket/ghostscript.json
2021-03-30 15:00:23 +00:00

54 lines
2.0 KiB
JSON

{
"version": "9.54.0",
"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/gs9540/gs9540w64.exe#/dl.7z",
"hash": "sha512:0bb6683aa7d2764d07a0f9ffb96e9890439bbdec1fb2ad2228339593f1eafe3762e996ff24a7fc4713e4a72d889667ca21795fb528a6c63fe03a7b9d6df71513",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9540/gs9540w32.exe#/dl.7z",
"hash": "sha512:2c11948999a66df5ec5bc37ebe6d933537cc9b3a7e609c28525d680267d8242c060b73a8ac77300dd6c0a42b7bebd7dbfcfb7eb75e772e7cd542df77ff5ad315",
"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"
}
}
}