imagemagick: use our mirror as the primary URL.

This commit is contained in:
Mike McQuaid 2015-12-07 08:56:28 +00:00
parent 14b3076c00
commit 3995aafe44

View file

@ -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"