diff options
| author | BrewTestBot | 2014-11-21 01:07:07 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-21 00:55:43 -0600 | 
| commit | 453a0d2cdafa6f9edc4a738f56dd3a2b2c4fc01b (patch) | |
| tree | b58596c9ec7436ccada9022a36502e9b4da011b4 | |
| parent | a4d7640016ca93d21baf51248e7e77b979ad3cbe (diff) | |
| download | homebrew-453a0d2cdafa6f9edc4a738f56dd3a2b2c4fc01b.tar.bz2 | |
protobuf: add 2.6.1 bottle.
| -rw-r--r-- | Library/Formula/protobuf.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index 3baf5da80..6c62becc0 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -39,6 +39,13 @@ class Protobuf < Formula    url 'https://github.com/google/protobuf/releases/download/2.6.1/protobuf-2.6.1.tar.bz2'    sha1 '6421ee86d8fb4e39f21f56991daa892a3e8d314b' +  bottle do +    cellar :any +    sha1 "e15c6944fabbce96a3aebe59d1314c6626359177" => :yosemite +    sha1 "cc4044ef1fe19826f08f449893da83d0f031a55c" => :mavericks +    sha1 "4acb8d1239cd352b4b90691114b4abe8a0ef4d65" => :mountain_lion +  end +    option :universal    option :cxx11 | 
