Update ImageMagick to 6.6.2-10 and add smoke test

master
Adam Vandenberg 2010-06-30 11:27:08 -07:00
parent 5cc0ff483b
commit 0326e6751e
1 changed files with 6 additions and 2 deletions

View File

@ -20,8 +20,8 @@ def x11?
end
class Imagemagick <Formula
url 'ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.2-9.tar.bz2'
md5 '5353f5ae075d14888455f0802225bf29'
url 'ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.2-10.tar.bz2'
md5 '5eb2b6e2752d5420bd8789936d1eabcd'
homepage 'http://www.imagemagick.org'
depends_on 'jpeg'
@ -77,4 +77,8 @@ class Imagemagick <Formula
return nil if s.empty?
return s
end
def test
system "identify", "/Library/Application Support/Apple/iChat Icons/Flags/Argentina.gif"
end
end