imagemagick 7.0.8-33
Closes #37866. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
d205f8bc63
commit
63d09f5f9a
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.8-32.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.8-32.tar.xz"
|
||||
sha256 "6e2c80749a71750e8baf29ddc14b938e8f6f3c7f6922f3e9993084962cda15b1"
|
||||
url "https://dl.bintray.com/homebrew/mirror/ImageMagick-7.0.8-33.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.8-33.tar.xz"
|
||||
sha256 "573b7c55ea7fffff5518cb88424348f7336bdaa0ce89d1ac516b01975d9aaf69"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue