From e0ee1a18744e0d31ff2cb924aa2886d68d4b27f2 Mon Sep 17 00:00:00 2001 From: Chad Jolly Date: Wed, 7 Dec 2022 10:19:36 -0700 Subject: [PATCH] Update ghostscript to 10.0.0 --- bin/compile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/compile b/bin/compile index 9fc2d1e..a317f7a 100755 --- a/bin/compile +++ b/bin/compile @@ -1,11 +1,11 @@ #!/usr/bin/env bash # bin/compile -echo "-----> Installing Ghostscript 9.21 using build directory $1" +echo "-----> Installing Ghostscript 10.0.0 (2022-08-21) using build directory $1" BUILD_DIR=$1 -PACKAGE="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/ghostscript-9.21-linux-x86_64.tgz" -BINARY="ghostscript-9.21-linux-x86_64/gs-921-linux-x86_64" +PACKAGE="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs1000/ghostscript-10.0.0-linux-x86_64.tgz" +BINARY="ghostscript-10.0.0-linux-x86_64/gs-1000-linux-x86_64" LOCATION="$BUILD_DIR/vendor/gs" cd $BUILD_DIR