diff options
| author | BrewTestBot | 2014-10-21 14:19:11 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-21 20:09:32 +0100 |
| commit | 0f86e7c4c8628429241246247a71007100d097a9 (patch) | |
| tree | 854831cc43440e784689a9f32f0a6fe4420dd008 /Library | |
| parent | 3281d62bdd524df45ed61b500b144f900079c28a (diff) | |
| download | homebrew-0f86e7c4c8628429241246247a71007100d097a9.tar.bz2 | |
jsoncpp: add 0.6.0-rc2 bottle.
Closes #32916.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jsoncpp.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/jsoncpp.rb b/Library/Formula/jsoncpp.rb index cc96aca46..eabf6cfae 100644 --- a/Library/Formula/jsoncpp.rb +++ b/Library/Formula/jsoncpp.rb @@ -5,6 +5,13 @@ class Jsoncpp < Formula url "https://github.com/open-source-parsers/jsoncpp/archive/svn-release-0.6.0-rc2.tar.gz" sha1 "6cc51ed1f31e742637a512201b585e0bc4e06980" + bottle do + cellar :any + sha1 "701adf90e494bfabf0bc54b9d3628fb125bd1244" => :yosemite + sha1 "c6cd33fe89d9b91c1864dc7e8158a507199c1454" => :mavericks + sha1 "d315e5fab004b81e068a624c37fb0afc6b4318b2" => :mountain_lion + end + depends_on "scons" => :build patch :p1 do |
