aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-09 08:38:05 -0700
committerAdam Vandenberg2010-09-09 08:38:05 -0700
commit2d8f55e87ad988c341db33144e9225aa068f400b (patch)
tree9c4fe05d24b44bc412b37d40080b3d40ae22ffaf /Library
parent142956dde9770f0329fb106f151e34abda892bd1 (diff)
downloadhomebrew-2d8f55e87ad988c341db33144e9225aa068f400b.tar.bz2
Update protobuf-c to 0.14
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/protobuf-c.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb
index b1f0e4fb8..c16026417 100644
--- a/Library/Formula/protobuf-c.rb
+++ b/Library/Formula/protobuf-c.rb
@@ -1,14 +1,14 @@
require 'formula'
class ProtobufC <Formula
- url 'http://protobuf-c.googlecode.com/files/protobuf-c-0.13.tar.gz'
+ url 'http://protobuf-c.googlecode.com/files/protobuf-c-0.14.tar.gz'
homepage 'http://code.google.com/p/protobuf-c/'
- sha1 '3144f260b736855cea2984731c2ba1647d40dfe0'
+ sha1 'b3af990906d8a8d86e2fb8cb6f39d0a37616ff8a'
depends_on 'protobuf'
def install
- ENV.j1
+ ENV.j1 # Fixed in a post-0.14 change
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end