ansible 1.3.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-10-18 18:51:59 -05:00 committed by Adam Vandenberg
parent 92e2b19848
commit 831e412f9d
1 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,8 @@ end
class Ansible < Formula
homepage 'http://www.ansibleworks.com/'
url 'https://github.com/ansible/ansible/archive/v1.3.2.tar.gz'
sha1 '2f70db9af49b0d4c17f8f1d91d5c72e791077e9e'
url 'https://github.com/ansible/ansible/archive/v1.3.3.tar.gz'
sha1 'e3e0b936c8bf0d892aec5730dd3dd5aa0a0419d1'
head 'https://github.com/ansible/ansible.git', :branch => :devel
@ -78,4 +78,8 @@ class Ansible < Formula
wrap bin_file, python.site_packages
end
end
def test
system "#{bin}/ansible", "--version"
end
end