Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
imagemagick 6.8.7-7
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 27, 2013
1 parent 129ebdc commit 49c2ca7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Library/Formula/imagemagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 49c2ca7

Please sign in to comment.