ansible: add 1.6.3 bottle.

Closes Homebrew/homebrew#30029.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
BrewTestBot 2014-06-10 14:35:20 +01:00 committed by Mike McQuaid
parent 8fcd0857f3
commit f1c50122d1

View file

@ -7,6 +7,12 @@ class Ansible < Formula
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
bottle do
sha1 "55c8739229115a11701bccba801c5a6d42c7bc14" => :mavericks
sha1 "46fbdea2eff0749876a1b42f73566b1a2563931a" => :mountain_lion
sha1 "3ef7c49039c360bae79b5a97b2d90cc29f39c4e0" => :lion
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on 'libyaml'