From 3995aafe44ec597f7d9855df70de595da6df2de3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 7 Dec 2015 08:56:28 +0000 Subject: [PATCH] imagemagick: use our mirror as the primary URL. --- Formula/imagemagick.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/imagemagick.rb b/Formula/imagemagick.rb index d6f2d69748..8d2cbb2008 100644 --- a/Formula/imagemagick.rb +++ b/Formula/imagemagick.rb @@ -1,8 +1,11 @@ class Imagemagick < Formula desc "Tools and libraries to manipulate images in many formats" homepage "http://www.imagemagick.org" - url "http://www.imagemagick.org/download/releases/ImageMagick-6.9.2-8.tar.xz" - mirror "https://dl.bintray.com/homebrew/mirror/imagemagick-6.9.2-8.tar.xz" + # 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.2-8.tar.xz" + mirror "http://www.imagemagick.org/download/releases/ImageMagick-6.9.2-8.tar.xz" sha256 "f2c6de7b73b7c207911909d7ca26b18fb4f40c1ea654a251e7ed4c886b6ad92d" head "http://git.imagemagick.org/repos/ImageMagick.git"