From b387ad4ee020aa62a3b062a2b2208be3cd082a9d Mon Sep 17 00:00:00 2001 From: chdiza Date: Fri, 18 Apr 2014 19:53:07 -0400 Subject: ghostscript 9.14 --- Library/Formula/ghostscript.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3