imagemagick 7.0.8-32
Closes #37684. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
e563a96ae5
commit
3a0531d36b
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-29.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.8-29.tar.xz"
|
||||
sha256 "41590d506e2b4a7df7325934cb906db067d5cbb387c80fb05643186c8b6439e3"
|
||||
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"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue