ghostscript: url was changed upstream
This commit is contained in:
parent
4a6ec6377d
commit
21d4f3a356
@ -27,7 +27,7 @@
|
|||||||
class Ghostscript(Package):
|
class Ghostscript(Package):
|
||||||
"""an interpreter for the PostScript language and for PDF. """
|
"""an interpreter for the PostScript language and for PDF. """
|
||||||
homepage = "http://ghostscript.com/"
|
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')
|
version('9.16', '829319325bbdb83f5c81379a8f86f38f')
|
||||||
|
|
||||||
@ -38,4 +38,3 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user