aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsk Solem2009-09-01 15:05:18 +0200
committerMax Howell2009-09-03 16:34:35 +0100
commit21df479f1b8ff6c9497afe0c0f435fa9051966e4 (patch)
tree918f2f8c47d9293c165d7886103387c04642dbcf
parentba8ba4c4516ea337910eca02c17ae879ae095cb6 (diff)
downloadbrew-21df479f1b8ff6c9497afe0c0f435fa9051966e4.tar.bz2
Thrift formula
Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook and released as open source.
-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 0d9503599..a13ed3866 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -94,6 +94,7 @@ class Formula
when %r[^svn://] then SubversionDownloadStrategy
when %r[^git://] then GitDownloadStrategy
when %r[^http://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy
+ when %r[^http://svn.apache.org/repos/] then SubversionDownloadStrategy
else HttpDownloadStrategy
end
end