diff options
| author | BrewTestBot | 2014-03-24 12:51:03 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-24 13:03:24 +0000 | 
| commit | 482653d47fedc6c9f7be0f4be4b96ee17ad00d3b (patch) | |
| tree | ca6476e3ac18d44bb2774ecf7c5c5306d51ad352 | |
| parent | 780172edb8b8aabbee8692b280fb236d3fdb5af9 (diff) | |
| download | homebrew-482653d47fedc6c9f7be0f4be4b96ee17ad00d3b.tar.bz2 | |
protobuf-c: add 0.15 bottle.
| -rw-r--r-- | Library/Formula/protobuf-c.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/protobuf-c.rb b/Library/Formula/protobuf-c.rb index 859d39d0c..e00212a91 100644 --- a/Library/Formula/protobuf-c.rb +++ b/Library/Formula/protobuf-c.rb @@ -5,6 +5,13 @@ class ProtobufC < Formula    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 +    depends_on 'protobuf'    def install | 
