aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-12-07 07:28:25 +0000
committerTim D. Smith2014-12-07 07:28:18 -0500
commit5ee93923d3465f4fac3f9d15c57a45d18a8c80e2 (patch)
tree2c24cc3b3ba5f97b0eb09ab475f412e0ee60707e /Library/Formula
parentc198b5f5a96efe78070698481a6a52fbbc622b25 (diff)
downloadhomebrew-5ee93923d3465f4fac3f9d15c57a45d18a8c80e2.tar.bz2
ansible: update 1.8.2 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ansible.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index 33dbce11f..988b34450 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -8,9 +8,10 @@ class Ansible < Formula
head "https://github.com/ansible/ansible.git", :branch => "devel"
bottle do
- sha1 "3fad906c6ecc5b38ec80659bc4290e2774967e5f" => :yosemite
- sha1 "bb486c424f03603deb3dcb5880e5d5d63d597af3" => :mavericks
- sha1 "a5954a9c482fb7bdca3f663a6bfdc2c91aff93d0" => :mountain_lion
+ revision 2
+ sha1 "ecedf8f29c9ebb482c1f3d56f8a97591d9a55ad5" => :yosemite
+ sha1 "4abe1bb420b7396bb213702bee06da733c044f39" => :mavericks
+ sha1 "6140887ca00017c45a2dfe5d699db072a8e035a7" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard