Skip to content

Commit

Permalink
updated to ghostscript 9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
keegnotrub committed Apr 20, 2014
1 parent dd4a8e4 commit 7d2e867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10 on Heroku Cedar.
Currently installs Ghostscript 9.14 on Heroku Cedar.

## Install

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# bin/compile <build-dir> <cache-dir>

echo "-----> Installing Ghostscript 9.10"
echo "-----> Installing Ghostscript 9.14"

BUILD_DIR=$1
PACKAGE="https://elbongurk-public.s3.amazonaws.com/ghostscript.tgz"
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.10"
echo "Ghostscript 9.14"
exit 0

0 comments on commit 7d2e867

Please sign in to comment.