Skip to content

Commit

Permalink
ansible 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoBas authored and MikeMcQuaid committed Jun 27, 2014
1 parent f43e651 commit 69d915e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/ansible.rb
Expand Up @@ -2,17 +2,11 @@

class Ansible < Formula
homepage 'http://www.ansible.com/home'
url 'http://releases.ansible.com/ansible/ansible-1.6.3.tar.gz'
sha1 '9cac9de1357460a9692c015735c899519c85d0da'
url 'http://releases.ansible.com/ansible/ansible-1.6.5.tar.gz'
sha1 'bae8e397e54446b7d6744ded318e8ecb0bfc8520'

head 'https://github.com/ansible/ansible.git', :branch => 'devel'

bottle do
sha1 "55c8739229115a11701bccba801c5a6d42c7bc14" => :mavericks
sha1 "46fbdea2eff0749876a1b42f73566b1a2563931a" => :mountain_lion
sha1 "3ef7c49039c360bae79b5a97b2d90cc29f39c4e0" => :lion
end

depends_on :python if MacOS.version <= :snow_leopard
depends_on 'libyaml'

Expand Down

0 comments on commit 69d915e

Please sign in to comment.