mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.ghostscript.com",
|
|
"version": "9.26",
|
|
"license": "AGPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w64.exe#/dl.7z",
|
|
"hash": "56ab1f0cd518c0fa551ed464f2f87242819199f0dcfeb9a8d5392333d67e35d3",
|
|
"bin": [
|
|
"bin\\gswin64.exe",
|
|
"bin\\gswin64c.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w32.exe#/dl.7z",
|
|
"hash": "7e418e831f0c684020d7b148fad6593ff04551979b66f88a20d14e20670a40eb",
|
|
"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"
|
|
}
|
|
}
|
|
}
|