Add SourceForge pattern to SubversionDownloadStrategy

This commit is contained in:
Adam Vandenberg 2009-09-30 16:36:06 -07:00
parent da565308ad
commit e66364502d

View File

@ -106,6 +106,7 @@ class Formula
when %r[^svn://] then SubversionDownloadStrategy
when %r[^git://] then GitDownloadStrategy
when %r[^http://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy
when %r[^http://(.+?\.)?sourceforge\.net/svnroot/] then SubversionDownloadStrategy
when %r[^http://svn.apache.org/repos/] then SubversionDownloadStrategy
else HttpDownloadStrategy
end