aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-01-25 22:34:12 -0600
committerJack Nagel2012-01-25 22:36:38 -0600
commit2ce9539d8382f9a27654746ef1e87159d82d6ee7 (patch)
treee9dba76a6f35fc15adf4fa7c8c63d1e6d0c405fa /Library/Formula
parent4027968d0f7478fd6920b80a752f630782337b1c (diff)
downloadhomebrew-2ce9539d8382f9a27654746ef1e87159d82d6ee7.tar.bz2
imagemagick: fix bottle version issue
The new bottle syntax conflicts a bit with how the version was being handled in this formula; so let's just do it the way every other formula does it. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imagemagick.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 1998337e8..6485ae369 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -29,14 +29,13 @@ class Imagemagick < Formula
# Using an unofficial Git mirror to work around:
# * Stable tarballs disappearing
# * Bad https cert on official SVN repo
- version '6.7.1-1'
- url "https://github.com/trevor/ImageMagick/tarball/#{version}"
+ url 'https://github.com/trevor/ImageMagick/tarball/6.7.1-1'
md5 '9c71dfbddc42b78a0d8db8acdb534d37'
homepage 'http://www.imagemagick.org'
head 'https://github.com/trevor/ImageMagick.git'
bottle do
- url "http://downloads.sf.net/project/machomebrew/Bottles/imagemagick-#{version}-bottle.tar.gz"
+ url 'http://downloads.sf.net/project/machomebrew/Bottles/imagemagick-6.7.1-1-bottle.tar.gz'
sha1 'd63cbdfb4e314f17ed1d553e5e1c7f3eebf1654b'
end