imagemagick 7.0.9-1
This commit is contained in:
parent
407155451e
commit
ce61226492
1 changed files with 2 additions and 6 deletions
|
@ -1,12 +1,8 @@
|
|||
class Imagemagick < Formula
|
||||
desc "Tools and libraries to manipulate images in many formats"
|
||||
homepage "https://www.imagemagick.org/"
|
||||
# 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-68.tar.xz"
|
||||
mirror "https://www.imagemagick.org/download/ImageMagick-7.0.8-68.tar.xz"
|
||||
sha256 "3639baa6ceb5db38b1b48a4b917f90fe007ca7edca1f7894d5555a0bc746305a"
|
||||
url "https://imagemagick.org/download/releases/ImageMagick-7.0.9-1.tar.xz"
|
||||
sha256 "ad0daa29d017f235085087b8e21211e542f5da5a01cae8d1db34d1a4a287556f"
|
||||
head "https://github.com/ImageMagick/ImageMagick.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue