aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-02 21:09:56 +0100
committerJack Nagel2014-07-02 22:27:24 -0500
commit0c11c086956c19cbb0a36667654346d013cc3683 (patch)
tree893b13cbaeaef87cfd32a9018ab56743d83cb6b5 /Library/Formula
parent10b0f28455705343a06ffe81704daf383c540108 (diff)
downloadhomebrew-0c11c086956c19cbb0a36667654346d013cc3683.tar.bz2
ansible: update 1.6.6 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ansible.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index 32763d9fb..c744e9364 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -8,9 +8,9 @@ class Ansible < Formula
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
bottle do
- sha1 "3e428a03cb96f017d92b5413802ea7f716281377" => :mavericks
- sha1 "f8e2f26cc1b1c933ec03625203c1a80509e3f11e" => :mountain_lion
- sha1 "6a034eb77338aee5f347dbbb3c72adf6ae19efab" => :lion
+ sha1 "f23c9c0a2fa4d885b5b77d20be64183ddb436150" => :mavericks
+ sha1 "51565788e9a75a55debe9ea468c008406b3b2b6a" => :mountain_lion
+ sha1 "b7b5362938b0533c2e4b19af7ab9f41dc4a2e7f6" => :lion
end
depends_on :python if MacOS.version <= :snow_leopard