Allow svn+http:// urls

This commit is contained in:
Max Howell 2009-10-19 02:59:15 +01:00
parent b81ea96ca2
commit 92964742aa

View File

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