From e7b122cbbfca0d24f0c4bd505ca489761014e5f4 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 19 Oct 2009 02:59:15 +0100 Subject: Allow svn+http:// urls --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 5d022d098..819bf23dc 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -110,6 +110,7 @@ class Formula when %r[^cvs://] then CVSDownloadStrategy when %r[^hg://] then MercurialDownloadStrategy when %r[^svn://] then SubversionDownloadStrategy + when %r[^svn+http://] then SubversionDownloadStrategy when %r[^git://] then GitDownloadStrategy when %r[^http://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy when %r[^http://(.+?\.)?sourceforge\.net/svnroot/] then SubversionDownloadStrategy -- cgit v1.2.3