diff options
| author | BrewTestBot | 2014-02-24 15:11:24 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-24 15:38:31 +0000 |
| commit | 6de7a2318fd31ffdba3d9b0a02940ee54ab7796c (patch) | |
| tree | 82f5c5c2ddba77184de137c7ba527f55b79024e3 /Library | |
| parent | a0a532207195ee7a2c4f7a803f3631751aed7682 (diff) | |
| download | homebrew-6de7a2318fd31ffdba3d9b0a02940ee54ab7796c.tar.bz2 | |
protobuf: add 2.5.0 bottle.
Diffstat (limited to 'Library')
| -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 005a35da3..850b5d9e9 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -5,6 +5,13 @@ class Protobuf < Formula url 'http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2' sha1 '62c10dcdac4b69cc8c6bb19f73db40c264cb2726' + bottle do + cellar :any + sha1 "72e17ffad4e40e1e9b15aa116238110d3a68f753" => :mavericks + sha1 "bcc4795d8f01a0682d968e195917f79618711126" => :mountain_lion + sha1 "51b7b27f7d5e5ffcf9b8a4d49882c2217653e5e6" => :lion + end + option :universal option :cxx11 |
