ScoopInstaller_Main/ghostscript.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

45 lines
1.5 KiB
JSON

{
"homepage": "https://www.ghostscript.com",
"version": "9.23",
"license": "AGPL-3.0",
"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"
}
}
}