versioning the database

This commit is contained in:
Gregory Becker
2016-05-05 16:58:00 -07:00
parent 44f089508b
commit 11b62114bb
2 changed files with 8 additions and 4 deletions

View File

@@ -3,9 +3,10 @@
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/ghostpdl-9.16.tar.gz"
version('9.16', '829319325bbdb83f5c81379a8f86f38f')
# version('9.16', '829319325bbdb83f5c81379a8f86f38f')
version('9.16', '818c87e31f7562aaa97397d3d0cc20a1')
parallel = False