imagemagick 6.8.7-7

master
Jack Nagel 2013-11-27 17:43:43 -06:00
parent 9d49af84e9
commit 293c7b81c2
1 changed files with 5 additions and 6 deletions

View File

@ -5,17 +5,16 @@ class Imagemagick < Formula
# upstream's stable tarballs tend to disappear, so we provide our own mirror
# Tarball and checksum from: http://www.imagemagick.org/download
url 'http://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.7-0.tar.bz2'
sha256 '841f34ffd92cf043b2b5ec949887c6e09e4af53812fd0f4b0186f8954cb0910f'
url 'http://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.7-7.tar.bz2'
sha256 '4d8b0889d78cca2f1501b5f66f61c5efcd2f585a03002f2a7b407c11808e5e28'
head 'https://www.imagemagick.org/subversion/ImageMagick/trunk',
:using => UnsafeSubversionDownloadStrategy
bottle do
revision 1
sha1 '3a99990efdc50ad77cee60a778f62faa60951473' => :mavericks
sha1 '72e5656dbf2a1ece33bed3d918c7d9873b3b671d' => :mountain_lion
sha1 '177333dddee76e807ac4d64b0b38d76a4dd67638' => :lion
sha1 '4448b26ad8efd3552c1523a56a828051a47d3e8f' => :mavericks
sha1 '94fac9505724f27d4e48d482a41034e3e711f007' => :mountain_lion
sha1 '589843d0771e61fe68cf7a9eb02d8e6b947b86a2' => :lion
end
option 'with-quantum-depth-8', 'Compile with a quantum depth of 8 bit'