diff options
| author | Brett Koonce | 2013-10-18 18:51:59 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-18 18:04:41 -0700 |
| commit | b70ba5c5e61a03f6a3459bfb7a49d662328c8c66 (patch) | |
| tree | 9caca02e5a1aad7505fa4c1e058867eff0293a44 /Library | |
| parent | d53fbfda0328a39f78bb63284b60df9f494df87d (diff) | |
| download | homebrew-b70ba5c5e61a03f6a3459bfb7a49d662328c8c66.tar.bz2 | |
ansible 1.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ansible.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb index e94afc23d..f0af828da 100644 --- a/Library/Formula/ansible.rb +++ b/Library/Formula/ansible.rb @@ -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 |
