aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-02-03 03:15:55 +0000
committerMike McQuaid2015-02-03 08:33:41 +0000
commitfa26da71ba906e9d87d3dec1e3fbd629bca13fc8 (patch)
treef5780d42f80f7460c7d70ff9449aaf6e4dc9a5b8
parent697e212600489799aff4214f2730559e1e5ca219 (diff)
downloadhomebrew-fa26da71ba906e9d87d3dec1e3fbd629bca13fc8.tar.bz2
ansible: update 1.8.2_1 bottle.
-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 089cc69de..2afc84926 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -7,9 +7,10 @@ class Ansible < Formula
head "https://github.com/ansible/ansible.git", :branch => "devel"
bottle do
- sha1 "e59a09ae12ea86f9e3cbff61e1badcc307347788" => :yosemite
- sha1 "7c1aac8d2524cdb20b287018930299911fc8c5e2" => :mavericks
- sha1 "c4a10980493efd4fbb0b00d3766c20c5daea3380" => :mountain_lion
+ revision 3
+ sha1 "93689450405d1308039947a8111377ef438a623d" => :yosemite
+ sha1 "f2a66990f5d09d00ff498f8b66d432ffc5e4941c" => :mavericks
+ sha1 "6373a987fce7627a6e2fddaaa6606351ee91a402" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard