aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-30 16:36:06 -0700
committerAdam Vandenberg2009-10-01 10:23:02 -0700
commite6fe2a8686def5c6193aa4c23bf440cbefa75ae0 (patch)
tree872b01ba58bee62e582be5d3554bfd7162322b57 /Library
parentf258b84cc138ff5656a66bc9ef96b2fee4bb29eb (diff)
downloadhomebrew-e6fe2a8686def5c6193aa4c23bf440cbefa75ae0.tar.bz2
Add SourceForge pattern to SubversionDownloadStrategy
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 55fbff0fc..d6b9826ef 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -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