aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-23 11:50:48 +0100
committerMike McQuaid2014-07-23 12:07:32 +0100
commitc4d453455f60971fcde3b671c58b5b053436f4f6 (patch)
tree97bd80cd117830e4dde50f024ab80d9ee3d1e513 /Library/Formula
parent6459bb1eb4ecaa258851ef4a45f54c12360668b6 (diff)
downloadhomebrew-c4d453455f60971fcde3b671c58b5b053436f4f6.tar.bz2
ansible: update 1.6.8 bottle.
Closes #31062. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 707b81123..6536fdff3 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 "3fae18fa0d55da4f9976a46db9ffff108f155210" => :mavericks
- sha1 "264e9736557fb18ac97bc67fdd5004f87363ba44" => :mountain_lion
- sha1 "5938b28a50a7b3516e43dc2e29a5d4384ea8f857" => :lion
+ sha1 "e791cb658bc61277f5b6ee852c2f8d75d7eb9793" => :mavericks
+ sha1 "72324ec4c9cdb6973e1f94988c731d86308e5a0b" => :mountain_lion
+ sha1 "c2f0505cc67544056d0147e1ab3a24ea4ced062e" => :lion
end
depends_on :python if MacOS.version <= :snow_leopard