ghostscript: url was changed upstream

This commit is contained in:
Denis Davydov 2016-05-15 18:33:06 +02:00
parent 4a6ec6377d
commit 21d4f3a356

View File

@ -27,7 +27,7 @@
class Ghostscript(Package):
"""an interpreter for the PostScript language and for PDF. """
homepage = "http://ghostscript.com/"
url = "http://downloads.ghostscript.com/public/ghostscript-9.16.tar.gz"
url = "http://downloads.ghostscript.com/public/old-gs-releases/ghostscript-9.16.tar.gz"
version('9.16', '829319325bbdb83f5c81379a8f86f38f')
@ -38,4 +38,3 @@ def install(self, spec, prefix):
make()
make("install")