diff options
| author | Max Howell | 2009-10-19 02:59:15 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-19 04:02:49 +0100 |
| commit | 92964742aa877534c004553470995146e9e1ed0a (patch) | |
| tree | 821a3319c31358dae62851572dcd5e424c043fd3 /Library | |
| parent | b81ea96ca200b350e5a05f4f88899830db9bf6c0 (diff) | |
| download | brew-92964742aa877534c004553470995146e9e1ed0a.tar.bz2 | |
Allow svn+http:// urls
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
