aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-18 12:52:55 -0700
committerAdam Vandenberg2010-06-18 12:52:55 -0700
commit6e307d86c64dbdaef018bc30873a7b8be912f678 (patch)
treeb4cd88699fb005e3f5b706086ec73d7f8d6df5a6 /Library
parent95f5ccc40f5cfe3f3bb1524c383b0ce07b946d7b (diff)
downloadhomebrew-6e307d86c64dbdaef018bc30873a7b8be912f678.tar.bz2
ImageMagick 6.6.2-6
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index ea50b3087..7b7294063 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -20,8 +20,8 @@ def x11?
end
class Imagemagick <Formula
- url 'ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.2-4.tar.bz2'
- md5 'd7a6e0631cfabd9051702ecdf609bfe6'
+ url 'ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.2-6.tar.bz2'
+ md5 '559365088ce6830c354a8dc80c356662'
homepage 'http://www.imagemagick.org'
depends_on 'jpeg'
@@ -74,6 +74,7 @@ class Imagemagick <Formula
s += "You don't have X11 from the Xcode DMG installed. Consequently Imagemagick is less fully featured.\n" unless x11?
s += "Some tools will complain if the ghostscript fonts are not installed in:\n\t#{HOMEBREW_PREFIX}/share/ghostscript/fonts\n" \
unless ghostscript_fonts? or ghostscript_srsly?
+ return nil if s.empty?
return s
end
end