ScoopInstaller_Main/bucket/ghostscript.json
2023-03-22 16:31:35 +00:00

54 lines
2.0 KiB
JSON

{
"version": "10.01.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/gs10010/gs10010w64.exe#/dl.7z",
"hash": "sha512:eca6538595c1844be63e5af5f6795e143244ada25d36b91ffd357af04010f800e549d060d17ceb0ce268fc093683b82c0810719be7cc9e6ae4652006f3e1e8f7",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe",
[
"bin\\gswin64c.exe",
"gs"
]
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10010/gs10010w32.exe#/dl.7z",
"hash": "sha512:2541b7a380f7e87854bc7a4fc8b0b1611045622ded92ffd219c6048801a84b0ab9edb784d5ea7e4178947e87830d19c89a9723c6b7bb063d2ed298b3c3ee5444",
"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"
}
}
}