diff options
| author | Adam Vandenberg | 2011-03-01 22:09:40 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-01 22:09:40 -0800 |
| commit | baedf1ec780533e1da9d5f8c23e81d8d26b51447 (patch) | |
| tree | 01cb8b1721ee94ad9fbfd302bcec9b4e4ee1fa30 /Library/Formula | |
| parent | 31619390b0c77e2976aa335ef61c73b55c8fbbc6 (diff) | |
| download | homebrew-baedf1ec780533e1da9d5f8c23e81d8d26b51447.tar.bz2 | |
ImageMagick 6.6.7-10
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 65719415b..3de7e2207 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -38,8 +38,8 @@ class Imagemagick <Formula # Send update requests to https://github.com/adamv/ImageMagick # Be sure to include the ImageMagick SVN revision # for the new version. url 'git://github.com/adamv/ImageMagick.git', - :tag => '0a63ba150ca80ba5b65515cac6f99dbba2386936' - version '6.6.7-8' + :ref => 'fdb125591a17a4002798742014118d5cfee44394' + version '6.6.7-10' homepage 'http://www.imagemagick.org' head 'git://github.com/adamv/ImageMagick.git' |
