diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ghostscript.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index d0a1488cd..95687b277 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -2,11 +2,10 @@ require 'formula' class Ghostscript < Formula homepage 'http://www.ghostscript.com/' - revision 1 stable do - url 'http://downloads.ghostscript.com/public/ghostscript-9.10.tar.gz' - sha1 '29d6538ae77565c09f399b06455e94e7bcd83d01' + url 'http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz' + sha1 '85001be316ebc11a6060ae7e208fe08dcbfd70ae' patch :DATA # Uncomment OS X-specific make vars end @@ -65,7 +64,7 @@ class Ghostscript < Formula # If the install version of any of these doesn't match # the version included in ghostscript, we get errors # Taken from the MacPorts portfile - http://bit.ly/ghostscript-portfile - renames = %w{freetype jbig2dec jpeg libpng tiff zlib} + renames = %w{freetype jbig2dec jpeg libpng tiff} renames.each { |lib| mv lib, "#{lib}_local" } end |
