imagemagick 7.0.7-8
Closes #19784. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
9a1ffc62b8
commit
82c251c15f
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-7.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.7-7.tar.xz"
|
||||
sha256 "01b7171b784fdc689697fa35fbfa70e716a9e1608d45f81015ba78f6583f1dcf"
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-7.0.7-8.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.7-8.tar.xz"
|
||||
sha256 "547826f95a23ad3a1a6a514c0bff16ae875f6b7211809dff566e5994f65a0313"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue