Skip to content

Commit

Permalink
Merge pull request jnunemaker#1 from thegrizzlylabs/gs9.23
Browse files Browse the repository at this point in the history
Upgrade to Ghostscript 9.23
  • Loading branch information
guillaume-tgl authored Apr 19, 2018
2 parents d46d0d7 + f74f9a8 commit d3621aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heroku Buildpack for Ghostscript

Currently installs Ghostscript 9.21 on Heroku Cedar.
Currently installs Ghostscript 9.23 on Heroku.

## Install

Expand Down
6 changes: 3 additions & 3 deletions bin/compile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# bin/compile <build-dir> <cache-dir>

echo "-----> Installing Ghostscript 9.21"
echo "-----> Installing Ghostscript 9.23"

BUILD_DIR=$1
PACKAGE="https://s3.amazonaws.com/tgl.public/buildpacks/ghostscript/ghostscript-9.21-linux-x86_64.tgz"
BINARY="ghostscript-9.21-linux-x86_64/gs-921-linux-x86_64"
PACKAGE="https://s3.amazonaws.com/tgl.public/buildpacks/ghostscript/ghostscript-9.23-linux-x86_64.tgz"
BINARY="ghostscript-9.23-linux-x86_64/gs-923-linux-x86_64"
LOCATION="$BUILD_DIR/vendor/gs/bin"

mkdir -p $LOCATION
Expand Down
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# bin/detect <build-dir>

echo "Ghostscript 9.21"
echo "Ghostscript 9.23"
exit 0

0 comments on commit d3621aa

Please sign in to comment.