diff options
| author | Brett Koonce | 2014-08-06 23:41:45 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-08-08 00:33:52 -0700 |
| commit | a8d6138f260763f940302a84e356fe5f5b2ff146 (patch) | |
| tree | 2facadc00c16b3bf37c89e67ab361add6fa46a24 /Library/Formula | |
| parent | 049eca5524e3a6063d60ba717e5631f4ba6be2df (diff) | |
| download | homebrew-a8d6138f260763f940302a84e356fe5f5b2ff146.tar.bz2 | |
protobuf-c 1.0.1
Closes #31361.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/protobuf-c.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb index 2c712414f..f8b188b7e 100644 --- a/Library/Formula/protobuf-c.rb +++ b/Library/Formula/protobuf-c.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class ProtobufC < Formula - 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' + homepage "https://github.com/protobuf-c/protobuf-c" + url "https://github.com/protobuf-c/protobuf-c/releases/download/v1.0.1/protobuf-c-1.0.1.tar.gz" + sha1 "5928059292462aa6696c38857a3ca541a54f1b3f" bottle do sha1 "46572020e49936035b3f35194c40f98d90fd8dcd" => :mavericks @@ -11,8 +11,8 @@ class ProtobufC < Formula sha1 "64e31c97b2ef834d6406d128892575706b17cbad" => :lion end - depends_on 'pkg-config' => :build - depends_on 'protobuf' + depends_on "pkg-config" => :build + depends_on "protobuf" def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
