aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-27 11:06:11 -0700
committerAdam Vandenberg2011-07-27 11:06:11 -0700
commit5cce04d03e488320eed42f66d5e325a2eb3f0ded (patch)
tree533fe56b0036311cf67456a29bdd7b817f07bd31 /Library
parentf895bee94ed8380970d627d6fcb2db49c38c5f48 (diff)
downloadhomebrew-5cce04d03e488320eed42f66d5e325a2eb3f0ded.tar.bz2
ImageMagick 6.7.1-1
Also change to a different unofficial git mirror.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb9
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 444842ade..98a5e9fd7 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -29,13 +29,10 @@ class Imagemagick < Formula
# Using an unofficial Git mirror to work around:
# * Stable tarballs disappearing
# * Bad https cert on official SVN repo
- # Send update requests to https://github.com/adamv/ImageMagick
- # Be sure to include the ImageMagick SVN revision # for the new version.
- url 'https://github.com/adamv/ImageMagick.git',
- :tag => '6.6.9-4'
- version '6.6.9-4'
+ url 'https://github.com/trevor/ImageMagick/tarball/6.7.1-1'
+ md5 '9c71dfbddc42b78a0d8db8acdb534d37'
homepage 'http://www.imagemagick.org'
- head 'https://github.com/adamv/ImageMagick.git'
+ head 'https://github.com/trevor/ImageMagick.git'
depends_on 'jpeg'