aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-27 18:31:11 +0100
committerMike McQuaid2014-06-27 18:44:03 +0100
commit4ff8b4ede78fc53eb539d255fc84bac3d846616e (patch)
tree9a0bb97d287bb8f398fdc4842cc957818dca31c3 /Library/Formula
parent03c79736279d1c9138f0f14a41d1c02b6d767df9 (diff)
downloadhomebrew-4ff8b4ede78fc53eb539d255fc84bac3d846616e.tar.bz2
ansible: add 1.6.5 bottle.
Closes #30492. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ansible.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index 12e40b9a9..44f34b23e 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -7,6 +7,12 @@ class Ansible < Formula
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
+ bottle do
+ sha1 "3e428a03cb96f017d92b5413802ea7f716281377" => :mavericks
+ sha1 "f8e2f26cc1b1c933ec03625203c1a80509e3f11e" => :mountain_lion
+ sha1 "6a034eb77338aee5f347dbbb3c72adf6ae19efab" => :lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on 'libyaml'