diff options
| author | Adam Vandenberg | 2010-03-25 16:13:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-25 16:13:50 -0700 |
| commit | 0c3cb507548d3bd91cd88a21abda6079a4c20b0a (patch) | |
| tree | 350909d8467ecaaacb24b66d581c418b6f614e80 | |
| parent | 607ce6d6b1a5682ae16b2a484c38d1e025b06b0e (diff) | |
| download | homebrew-0c3cb507548d3bd91cd88a21abda6079a4c20b0a.tar.bz2 | |
Update protobuf-c to 0.13; need -j1 (on Mac Pro).
| -rw-r--r-- | Library/Formula/protobuf-c.rb | 5 |
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 |
