imagemagick 7.0.7-39
Closes #28882. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
d08d474be4
commit
f324aa9a0f
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-38.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.7-38.tar.xz"
|
||||
sha256 "db6a88477dc7290a450570d215ae68caf83e0d80c868addefb608109978db17b"
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-7.0.7-39.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.7-39.tar.xz"
|
||||
sha256 "978d260eb033debafeb43948d8c6d16e1fbd43e6e133f607890e75335d910d6a"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue