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
This commit is contained in:
monotykamary 2016-05-05 05:14:29 +07:00 committed by Luke Sampson
parent a428dee027
commit bf45efa0e4

View File

@ -1,18 +1,16 @@
{ {
"homepage": "http://www.ghostscript.com", "homepage": "http://www.ghostscript.com",
"version": "9.18", "version": "9.19",
"license": "http://www.gnu.org/licenses/agpl-3.0.html", "license": "http://www.gnu.org/licenses/agpl-3.0.html",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://downloads.ghostscript.com/public/gs918w64.exe#/dl.7z", "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/gs919w64.exe#/dl.7z",
"hash": "a01e11e602b42bca29619bc18b7aea29431fe77cfbbb4eb6e4d04e5e9a0ffd1a" "hash": "272fbe49981935f9393b829045756b5cfd5946d7acc88753250ab678816a57fc"
}, },
"32bit": { "32bit": {
"url": "http://downloads.ghostscript.com/public/gs918w32.exe#/dl.7z", "url": "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919/gs919w32.exe#/dl.7z",
"hash": "e4646c4ad0754a0848099a8606fb9bc6ca4cb882d29eba27dca96d12b477cb0d" "hash": "36fd0d44cd8a978254bba597881313f31ddf4ea83470c10c7858ced00620c3e1"
} }
}, },
"bin": [ "env_add_path": "bin"
"bin\\gswin32c.exe"
]
} }