From b2cde10e7e070045ae1a2eed5a0b842a905921c8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 21 Sep 2010 21:25:33 -0700 Subject: [PATCH] ImageMagick - use svn repo instead of tarballs The ImageMagick mirrors like to drop old tarballs, which means that our formula breaks whenever the version we're using disappears. So I've switched to using their SVN repo (and added a --HEAD build.) Caveat: Their SVN repo is only served over https, with a bad cert, so this brew know has a custom SVN download strategy that auto-accepts that cert. If this bothers you, get ImageMagick to fix their cert upstream (or let us know where a stable tarball mirror lives.) --- Library/Homebrew/download_strategy.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index e57c2fc80c..767a26d159 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -198,12 +198,16 @@ class SubversionDownloadStrategy