imagemagick 7.0.7-31
Closes #27575. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
7b1a2be1c4
commit
e752e70b1c
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.7-30.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.7-30.tar.xz"
|
||||
sha256 "f8f5cd7b4a3abb6b1a93b54ae8eb55a1a87cdba47f8efd187178a2d0eb9ba712"
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-7.0.7-31.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.7-31.tar.xz"
|
||||
sha256 "002f305567b21906a689ce1f98769069907b2700c5bb2b0ddad2264f0343d780"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue