ScoopInstaller_Main/ghostscript.json
monotykamary bf45efa0e4 Update ghostscript.json (#820)
SHA-256 taken from 7zip;
gs919w64 contains gswin64c.exe -> replaced bin with "env_add_path": "bin";
Ghostscript manifest tested on external bucket.

[Ghostscript releases from 9.19 have been moved to GitHub](http://downloads.ghostscript.com/public/).

Current links are inaccessible (9.18):
http://downloads.ghostscript.com/public/gs918w64.exe
http://downloads.ghostscript.com/public/gs918w32.exe

Working links (9.18):
http://downloads.ghostscript.com/public/old-gs-releases/gs918w64.exe
http://downloads.ghostscript.com/public/old-gs-releases/gs918w32.exe
2016-05-05 08:14:29 +10:00

17 lines
661 B
JSON

{
"homepage": "http://www.ghostscript.com",
"version": "9.19",
"license": "http://www.gnu.org/licenses/agpl-3.0.html",
"architecture": {
"64bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/gs919w64.exe#/dl.7z",
"hash": "272fbe49981935f9393b829045756b5cfd5946d7acc88753250ab678816a57fc"
},
"32bit": {
"url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/gs919w32.exe#/dl.7z",
"hash": "36fd0d44cd8a978254bba597881313f31ddf4ea83470c10c7858ced00620c3e1"
}
},
"env_add_path": "bin"
}