Add SourceForge pattern to SubversionDownloadStrategy
This commit is contained in:
parent
da565308ad
commit
e66364502d
@ -106,6 +106,7 @@ class Formula
|
|||||||
when %r[^svn://] then SubversionDownloadStrategy
|
when %r[^svn://] then SubversionDownloadStrategy
|
||||||
when %r[^git://] then GitDownloadStrategy
|
when %r[^git://] then GitDownloadStrategy
|
||||||
when %r[^http://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy
|
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
|
when %r[^http://svn.apache.org/repos/] then SubversionDownloadStrategy
|
||||||
else HttpDownloadStrategy
|
else HttpDownloadStrategy
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user