aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-07-06 11:33:57 -0500
committerJack Nagel2013-07-06 11:50:15 -0500
commitb2f662244f702fc3a0a984d0d2a439304480bae6 (patch)
treeef85a09f3c08d613f1b7e682ed68a48826431b90 /Library
parent64ae87bb9249ad1fc686881770a049026f577beb (diff)
downloadhomebrew-b2f662244f702fc3a0a984d0d2a439304480bae6.tar.bz2
imagemagick 6.8.6-3
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb17
1 files changed, 8 insertions, 9 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 353479d96..5b169ad5f 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -6,12 +6,18 @@ class Imagemagick < Formula
# upstream's stable tarballs tend to disappear, so we provide our own mirror
# Tarball from: http://www.imagemagick.org/download/ImageMagick.tar.gz
# SHA-256 from: http://www.imagemagick.org/download/digest.rdf
- url 'http://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.0-10.tar.gz'
- sha256 'b3dfcb44300f73e73ffa8deef8bba4cf43f03d7150bf1fd0febedceac1a45c7e'
+ url 'http://downloads.sf.net/project/machomebrew/mirror/ImageMagick-6.8.6-3.tar.bz2'
+ sha256 '63b9ff1dc7cf8e7776e95c8e834c819eff5b09592728b5cdd810539e7c69e0cd'
head 'https://www.imagemagick.org/subversion/ImageMagick/trunk',
:using => UnsafeSubversionDownloadStrategy
+ bottle do
+ sha1 'f4307ebd1fe094dbd14e4e19c717baa83bdd9631' => :snow_leopard
+ sha1 '45d35923b0439617adb86630bdd4985a6cf03984' => :lion
+ sha1 'a0eb40e1fbf29651949c9baa530c34e7bef769f4' => :mountain_lion
+ end
+
option 'with-quantum-depth-8', 'Compile with a quantum depth of 8 bit'
option 'with-quantum-depth-16', 'Compile with a quantum depth of 16 bit'
option 'with-quantum-depth-32', 'Compile with a quantum depth of 32 bit'
@@ -42,13 +48,6 @@ class Imagemagick < Formula
opoo '--with-openmp is not supported on Leopard or with Clang'
end
- bottle do
- revision 1
- sha1 '8a1a49f25274e34d73c1c0af27424fa68006f34f' => :mountain_lion
- sha1 'b0027bd4b4e6a82d3958eee18e5aaf3bffe1f4f1' => :lion
- sha1 'b5b3ffb0c4bf9fe247b9fdeea789298c71904a12' => :snow_leopard
- end
-
def pour_bottle?
# If libtool is keg-only it currently breaks the bottle.
# This is a temporary workaround until we have a better fix.