diff options
| author | Eric Rauer | 2011-12-19 20:12:01 -0800 |
|---|---|---|
| committer | Misty De Meo | 2011-12-20 07:56:10 -0600 |
| commit | ce4e35fb950f679bfc5471adcaca38f1c6f1804d (patch) | |
| tree | 8868253531a9be890dd6b58935e313d0656ce79f /Library/Formula/thrift.rb | |
| parent | 035e9473e7a3525a407a38824b167650a2658319 (diff) | |
| download | homebrew-ce4e35fb950f679bfc5471adcaca38f1c6f1804d.tar.bz2 | |
thrift 0.8.0
Closes #9191.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/thrift.rb')
| -rw-r--r-- | Library/Formula/thrift.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 381aed9a0..8e2b63413 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -3,8 +3,8 @@ require 'formula' class Thrift < Formula homepage 'http://thrift.apache.org' head 'http://svn.apache.org/repos/asf/thrift/trunk' - url 'http://www.apache.org/dyn/closer.cgi?path=thrift/0.7.0/thrift-0.7.0.tar.gz' - md5 '7a57a480745eab3dd25e02f5d5cc3770' + url 'http://www.apache.org/dyn/closer.cgi?path=thrift/0.8.0/thrift-0.8.0.tar.gz' + md5 'd29dfcd38d476cbc420b6f4d80ab966c' depends_on 'boost' @@ -16,9 +16,6 @@ class Thrift < Formula system "./bootstrap.sh" if version == 'HEAD' - # This is a known bug in Thrift 0.7 - system "chmod +x ./configure ./install*sh" - # Language bindings try to install outside of Homebrew's prefix, so # omit them here. For ruby you can install the gem, and for Python # you can use pip or easy_install. |
