aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMarat Dukhan2014-07-26 19:10:37 -0700
committerMike McQuaid2014-07-27 09:58:29 +0100
commit98ba1104feb826f1f7983410e4fc37a5a1b8ff24 (patch)
tree19b5e573602b15a614c23f5f8b23ad122e63b21e /Library/Formula
parentd7144bb1280abede74cfa145a1e9ca6c39e6a1b9 (diff)
downloadhomebrew-98ba1104feb826f1f7983410e4fc37a5a1b8ff24.tar.bz2
protobuf-c 1.0.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/protobuf-c.rb14
1 files changed, 4 insertions, 10 deletions
diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb
index e00212a91..8eb76e9b8 100644
--- a/Library/Formula/protobuf-c.rb
+++ b/Library/Formula/protobuf-c.rb
@@ -1,17 +1,11 @@
require 'formula'
class ProtobufC < Formula
- homepage 'http://code.google.com/p/protobuf-c/'
- url 'https://protobuf-c.googlecode.com/files/protobuf-c-0.15.tar.gz'
- sha1 '4fbd93f492c52154713de1951c0a2133ddd43abb'
-
- bottle do
- cellar :any
- sha1 "078262944c1f44a05d9702ff6775036ad342ab98" => :mavericks
- sha1 "35dd522279be5cd04a0e5c33e01d6f0680250963" => :mountain_lion
- sha1 "26bcfd1a485c615ab40987f80a892d5d2902d17b" => :lion
- end
+ homepage 'https://github.com/protobuf-c/protobuf-c'
+ url 'https://github.com/protobuf-c/protobuf-c/releases/download/v1.0.0/protobuf-c-1.0.0.tar.gz'
+ sha1 '6d48eb6a193556262c35526e1ccf209a6fc69684'
+ depends_on 'pkg-config' => :build
depends_on 'protobuf'
def install