diff options
| author | BrewTestBot | 2014-11-23 08:33:46 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-23 11:00:26 +0000 | 
| commit | ef257d620d024ef4ae8cc40656d69f0d714e562b (patch) | |
| tree | 341f28742ccd9392f76318eecd6f2af77ec81626 | |
| parent | 2e8ed7ea8befc8874380cff02bcd1dd2b0e6aceb (diff) | |
| download | homebrew-ef257d620d024ef4ae8cc40656d69f0d714e562b.tar.bz2 | |
protobuf: update 2.6.1 bottle.
| -rw-r--r-- | Library/Formula/protobuf.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index 49558421e..cec6cbec1 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -41,9 +41,10 @@ class Protobuf < Formula    bottle do      cellar :any -    sha1 "e15c6944fabbce96a3aebe59d1314c6626359177" => :yosemite -    sha1 "cc4044ef1fe19826f08f449893da83d0f031a55c" => :mavericks -    sha1 "4acb8d1239cd352b4b90691114b4abe8a0ef4d65" => :mountain_lion +    revision 1 +    sha1 "fa7019a4ee16a4bdf0c653dc3fd932dc5a7e1e3b" => :yosemite +    sha1 "f3ba19bdabe4994c7c69d05897a52be8b13117bf" => :mavericks +    sha1 "9239ad264a7327cc90d1d3ddb26a27a4de10527f" => :mountain_lion    end    # this will double the build time approximately if enabled | 
