Allow svn+http:// urls
This commit is contained in:
parent
b81ea96ca2
commit
92964742aa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user