Skip to content
Snippets Groups Projects
Commit 21d4f3a3 authored by Denis Davydov's avatar Denis Davydov
Browse files

ghostscript: url was changed upstream

parent 4a6ec637
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -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): ...@@ -38,4 +38,3 @@ def install(self, spec, prefix):
make() make()
make("install") make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment