ansible: add 1.6.3 bottle.
Closes Homebrew/homebrew#30029. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8fcd0857f3
commit
f1c50122d1
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue