From 37221d64ac006f35bd0301926a49d7093bc519cc Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 25 Mar 2011 23:25:28 -0700 Subject: [PATCH] protobuf 2.4.0a --- Formula/protobuf.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/protobuf.rb b/Formula/protobuf.rb index 9aeb82d1e0..681f022cdb 100644 --- a/Formula/protobuf.rb +++ b/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"