aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/protobuf-c.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb
index 1fc3ff998..b1f0e4fb8 100644
--- a/Library/Formula/protobuf-c.rb
+++ b/Library/Formula/protobuf-c.rb
@@ -1,13 +1,14 @@
require 'formula'
class ProtobufC <Formula
- url 'http://protobuf-c.googlecode.com/files/protobuf-c-0.12.tar.gz'
+ url 'http://protobuf-c.googlecode.com/files/protobuf-c-0.13.tar.gz'
homepage 'http://code.google.com/p/protobuf-c/'
- md5 'fefe81642f1e5565eb8a661e597b5bf7'
+ sha1 '3144f260b736855cea2984731c2ba1647d40dfe0'
depends_on 'protobuf'
def install
+ ENV.j1
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end