imagemagick 6.9.6-5
Closes #6935. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
2948f2bfd4
commit
7cbdfa48db
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +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.6-4.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-6.9.6-4.tar.xz"
|
||||
sha256 "d523c2c45dc2ff55f1bc27aa0cfa6e00e6f80dc182e8d6c27fcac99461c462d7"
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-6.9.6-5.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-6.9.6-5.tar.xz"
|
||||
sha256 "8d0122ba93a3f16d09cadcd4228f996c0048f0a44d92113d3d61150faa78f40c"
|
||||
head "http://git.imagemagick.org/repos/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue