Update ImageMagick to 6.6.2-10 and add smoke test
parent
5cc0ff483b
commit
0326e6751e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue