changeset 4132:720a6eb65741

ghostscript: updated ghostscript download URL * src/ghostscript.mk: updated ghostscript download URL
author John Donoghue <john.donoghue@ieee.org>
date Sun, 01 May 2016 18:18:57 -0400
parents e79854fa53be
children a1d5f4c70181
files src/ghostscript.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ghostscript.mk	Fri Apr 29 07:55:38 2016 -0400
+++ b/src/ghostscript.mk	Sun May 01 18:18:57 2016 -0400
@@ -7,7 +7,7 @@
 $(PKG)_CHECKSUM := cc06fbf8244b9e8d0694cee5bf3be5bdd444b888
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := http://downloads.ghostscript.com/public/$($(PKG)_FILE)
+$(PKG)_URL      := http://downloads.ghostscript.com/public/old-gs-releases/$($(PKG)_FILE)
 $(PKG)_DEPS     := jpeg lcms libpng tiff zlib
 ifeq ($(MXE_WINDOWS_BUILD),no)
   ifeq ($(USE_SYSTEM_X11_LIBS),no)