diff options
| author | Adam Vandenberg | 2011-03-25 23:25:28 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-25 23:31:29 -0700 |
| commit | 8f16c418877efb9f036aa4e90fe72406ff27e8a3 (patch) | |
| tree | 6ac6ed988e4f3c9709b3aa44b3ae4f949d03767f | |
| parent | aa6703a4939b08995de36b8318745d0b8d254dcd (diff) | |
| download | homebrew-8f16c418877efb9f036aa4e90fe72406ff27e8a3.tar.bz2 | |
protobuf 2.4.0a
| -rw-r--r-- | Library/Formula/protobuf.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index 9aeb82d1e..681f022cd 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -1,12 +1,13 @@ require 'formula' class Protobuf < Formula - url 'http://protobuf.googlecode.com/files/protobuf-2.3.0.tar.bz2' - sha1 'db0fbdc58be22a676335a37787178a4dfddf93c6' + url 'http://protobuf.googlecode.com/files/protobuf-2.4.0a.tar.bz2' homepage 'http://code.google.com/p/protobuf/' + sha1 '5816b0dd686115c3d90c3beccf17fd89432d3f07' + + fails_with_llvm def install - fails_with_llvm system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-zlib" |
