ansible: update 1.6.10 bottle.
Closes Homebrew/homebrew#31186. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ba5ff79f6d
commit
6e08890227
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ class Ansible < Formula
|
|||
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
|
||||
|
||||
bottle do
|
||||
sha1 "e791cb658bc61277f5b6ee852c2f8d75d7eb9793" => :mavericks
|
||||
sha1 "72324ec4c9cdb6973e1f94988c731d86308e5a0b" => :mountain_lion
|
||||
sha1 "c2f0505cc67544056d0147e1ab3a24ea4ced062e" => :lion
|
||||
sha1 "115dee8e2a8af0503061004c4f1a9b7cbb798381" => :mavericks
|
||||
sha1 "70924644e95247296ed25da901de61411062e744" => :mountain_lion
|
||||
sha1 "3e34e2e3e2ae0b79ca193a3c972cd30d92746576" => :lion
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
|
Loading…
Reference in a new issue