ScoopInstaller_Main/ghostscript.json
2017-10-09 13:03:37 +02:00

45 lines
1.5 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.22",
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/gs922w64.exe#/dl.7z",
"hash": "796cd308d3134d021356c0db1831c089db73d03aac07d28cbe77958163c79d57",
"bin": [
"bin\\gswin64.exe",
"bin\\gswin64c.exe"
]
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/gs922w32.exe#/dl.7z",
"hash": "c01b36529c618f9218c39c84bf7168fc2e466a78406f273609f736a5f0cd965a",
"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"
}
}
}