imagemagick 6.9.1-6
Closes Homebrew/homebrew#40969. Closes Homebrew/homebrew#40973. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
659d8deb13
commit
9e533ce36e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Imagemagick < Formula
|
||||
desc "Tools and libraries to manipulate images in many formats"
|
||||
homepage "http://www.imagemagick.org"
|
||||
url "http://www.imagemagick.org/download/releases/ImageMagick-6.9.1-5.tar.xz"
|
||||
mirror "http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.1-5.tar.xz"
|
||||
sha256 "34d59b83a2c3e526a7fad1fed30a950ea7b4ba2e936017a4c71581250c86352d"
|
||||
url "http://www.imagemagick.org/download/releases/ImageMagick-6.9.1-6.tar.xz"
|
||||
mirror "http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.1-6.tar.xz"
|
||||
sha256 "8d83934df129833f9e8696017182d8bbca8189842bbd2705c24729fed8db3358"
|
||||
|
||||
head "https://subversion.imagemagick.org/subversion/ImageMagick/trunk",
|
||||
:using => :svn
|
||||
|
|
Loading…
Reference in a new issue