imagemagick 6.9.5-1
Closes #2887. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
731bb8b5d7
commit
c5109f5f4c
1 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,9 @@ class Imagemagick < Formula
|
|||
# Please always keep the Homebrew mirror as the primary URL as the
|
||||
# ImageMagick site removes tarballs regularly which means we get issues
|
||||
# unnecessarily and older versions of the formula are broken.
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-6.9.5-0.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-6.9.5-0.tar.xz"
|
||||
sha256 "7830ce045bde3283b7479cf6b039a0956253f058e1a47da7fbe1003d6dad30b4"
|
||||
revision 1
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-6.9.5-1.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-6.9.5-1.tar.xz"
|
||||
sha256 "b1749ca8040a2ef03dc2318e4a73db47faf87966187408377ab148bcfa97082f"
|
||||
|
||||
head "http://git.imagemagick.org/repos/ImageMagick.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue