mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
23 lines
962 B
JSON
23 lines
962 B
JSON
{
|
|
"homepage": "http://www.ghostscript.com",
|
|
"version": "9.20",
|
|
"license": "http://www.gnu.org/licenses/agpl-3.0.html",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/gs920w64.exe#/dl.7z",
|
|
"hash": "1ecfa992669c2368caeb4c999d48bf8971ba16e1cc5d0886f6a0d74005c1e4bb",
|
|
"bin": [ "bin\\gswin64.exe", "bin\\gswin64c.exe" ]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/gs920w32.exe#/dl.7z",
|
|
"hash": "dfa0ed51c6b1d4002035966af50fde9389e83d8cde644a560b2cdb8b8ae94b5f",
|
|
"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.]+)"
|
|
}
|
|
}
|