mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.ghostscript.com",
|
|
"version": "9.25",
|
|
"license": "AGPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925/gs925w64.exe#/dl.7z",
|
|
"hash": "d9aad0c72fe749179aba0496d6e9d7f37e8487c987e2e7c789cec0a09c0e2a5e",
|
|
"bin": [
|
|
"bin\\gswin64.exe",
|
|
"bin\\gswin64c.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925/gs925w32.exe#/dl.7z",
|
|
"hash": "8cfb3ce926798538e0a056132f068c7afd86fc55f55fb9b53dabfa80ec9efefc",
|
|
"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"
|
|
}
|
|
}
|
|
}
|