imagemagick 7.0.6-9
Closes #17063. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
e61c9f4292
commit
bf1a9f0b56
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.6-8.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.6-8.tar.xz"
|
||||
sha256 "6a2f84ee5479c0ceb2966cb637c38e471e39762c37cdde3ce922e55bedd10906"
|
||||
url "https://dl.bintray.com/homebrew/mirror/imagemagick-7.0.6-9.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.6-9.tar.xz"
|
||||
sha256 "aa8cb89dad36b555d8ca497f207008a56b315727c9b5d6d7b28f8f9e3ee7ac25"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue