diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/charm-tools.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/charm-tools.rb b/Library/Formula/charm-tools.rb index fbf6bb485..8d351c8b4 100644 --- a/Library/Formula/charm-tools.rb +++ b/Library/Formula/charm-tools.rb @@ -5,6 +5,13 @@ class CharmTools < Formula url 'https://launchpad.net/charm-tools/1.5/1.5.1/+download/charm-tools-1.5.1.tar.gz' sha1 'f0e8f5f0746b54feb2281aad6b270e08f77b8aa5' + bottle do + cellar :any + sha256 "ce32f7bea01b802b7e3fe7602824803bc9e1e0aa2f7b9b9b97209d9e55069472" => :yosemite + sha256 "dac2d32c219b2cf83e611626292a229eb5901b218ad39b8704d4d59a2b36f491" => :mavericks + sha256 "4239d0adc10d00e4d96f74bba4d05221cd828b18fe9dce3498aacbf38c8c6484" => :mountain_lion + end + depends_on :python if MacOS.version <= :snow_leopard depends_on 'libyaml' |
