mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
45 lines
1.5 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|