imagemagick 7.0.5-3
Closes #11247. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
d2ef88ca47
commit
180e6972e5
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-7.0.5-2.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.5-2.tar.xz"
|
||||
sha256 "a7c55f0fd5203cbff12bf4a8d9158c002fab8d4290859a8087c3d329013b1af8"
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-7.0.5-3.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.5-3.tar.xz"
|
||||
sha256 "dbc0a1cc0e4e3d4e3c772724fcbfe24a00ff4434c8b12c513c447a5fb422ffa6"
|
||||
head "http://git.imagemagick.org/repos/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue