From 21df479f1b8ff6c9497afe0c0f435fa9051966e4 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 1 Sep 2009 15:05:18 +0200 Subject: [PATCH] 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. --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 0d95035998..a13ed3866b 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