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
commite66364502d703587b43b04371a8f6ba9d6f1140e (patch)
treebc9914c43d252d45f94e5c01ede88340f282f3a2 /Library
parentda565308add13f866590b43dd860fd250d00fedc (diff)
downloadbrew-e66364502d703587b43b04371a8f6ba9d6f1140e.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