diff options
| author | BrewTestBot | 2014-11-04 01:47:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-04 08:50:12 +0000 |
| commit | 43398a07b98687f2cd2d29cbdc2629de236c7819 (patch) | |
| tree | befe708050421dff04013e0915f71059bdf8df0a /Library/Formula/yaml-cpp.rb | |
| parent | c2639cff2de992d50231814f282f1f83d53a9305 (diff) | |
| download | homebrew-43398a07b98687f2cd2d29cbdc2629de236c7819.tar.bz2 | |
yaml-cpp: add 0.5.1 bottle.
Diffstat (limited to 'Library/Formula/yaml-cpp.rb')
| -rw-r--r-- | Library/Formula/yaml-cpp.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/yaml-cpp.rb b/Library/Formula/yaml-cpp.rb index cd15ca7e7..69a82df6d 100644 --- a/Library/Formula/yaml-cpp.rb +++ b/Library/Formula/yaml-cpp.rb @@ -5,6 +5,13 @@ class YamlCpp < Formula url 'https://yaml-cpp.googlecode.com/files/yaml-cpp-0.5.1.tar.gz' sha1 '9c5414b4090491e96d1b808fe8628b31e625fdaa' + bottle do + cellar :any + sha1 "84e9938ac85d1830acb4c15b6eb3b4a33ec33a33" => :yosemite + sha1 "c085fa37570254c346b16e7c62f962775f992389" => :mavericks + sha1 "bcd0894e3abc4db1ddc9d1df0a3c24117f189f74" => :mountain_lion + end + option :cxx11 option :universal option "with-static-lib", "Build a static library" |
