imagemagick 7.0.8-39
Closes #38860. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
9bac7e79f6
commit
c3a5f65c0a
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-35.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.8-35.tar.xz"
|
||||
sha256 "898c3a87c15c2d84fce5edc2e24c56cdfe9482d0a9b2cb67f3740f5ac1380daf"
|
||||
url "https://dl.bintray.com/homebrew/mirror/ImageMagick-7.0.8-39.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.8-39.tar.xz"
|
||||
sha256 "e6964b764bf90e9f41619f198f28207cc73efe2e309ec2275134f449f5b6a0a7"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue