From 9addb7dc5025aa38be0393e0a09ce510dc341b7e Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 1 Jun 2016 19:04:01 -0700 Subject: [PATCH] imagemagick 6.9.4-6 Closes #1649. Signed-off-by: Dominyk Tiller --- Formula/imagemagick.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/imagemagick.rb b/Formula/imagemagick.rb index 49b5acdf97..296944e1b2 100644 --- a/Formula/imagemagick.rb +++ b/Formula/imagemagick.rb @@ -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-6.9.4-5.tar.xz" - mirror "https://www.imagemagick.org/download/ImageMagick-6.9.4-5.tar.xz" - sha256 "39a65b8e2371db36cb63709dea0b15f08a6870f8ce6103432f068112d9513c5a" + url "https://dl.bintray.com/homebrew/mirror/imagemagick-6.9.4-6.tar.xz" + mirror "https://www.imagemagick.org/download/ImageMagick-6.9.4-6.tar.xz" + sha256 "c028642af5f4cbae864b4afd6ea96878191be64103ca9c7cc67612ec3cbb9dec" head "http://git.imagemagick.org/repos/ImageMagick.git"