From 84dc0ea1a6c5ccffb84e00379a6fede25f42e429 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 5 Apr 2019 08:23:10 +1100 Subject: [PATCH] Updated Ghostscript to 9.27 --- winbuild/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winbuild/config.py b/winbuild/config.py index a26d8c7cc..3b13951f1 100644 --- a/winbuild/config.py +++ b/winbuild/config.py @@ -43,9 +43,9 @@ libs = { 'dir': 'lcms2-2.7', }, 'ghostscript': { - 'url': 'https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/ghostscript-9.26.tar.gz', # noqa: E501 - 'filename': PILLOW_DEPENDS_DIR + 'ghostscript-9.26.tar.gz', - 'dir': 'ghostscript-9.26', + 'url': 'https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs927/ghostscript-9.27.tar.gz', # noqa: E501 + 'filename': PILLOW_DEPENDS_DIR + 'ghostscript-9.27.tar.gz', + 'dir': 'ghostscript-9.27', }, 'tcl-8.5': { 'url': SF_MIRROR+'/project/tcl/Tcl/8.5.19/tcl8519-src.zip',