ansible 1.6
Closes Homebrew/homebrew#28992. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d67f3bde62
commit
c6918a6744
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ansible < Formula
|
||||
homepage 'http://www.ansible.com/home'
|
||||
url 'http://releases.ansible.com/ansible/ansible-1.5.5.tar.gz'
|
||||
sha1 '9a065eac0d15413284c8c7f9f5047d7b1249f16c'
|
||||
url 'http://releases.ansible.com/ansible/ansible-1.6.tar.gz'
|
||||
sha1 '207404b37cc5c2d74992e6b7165bbc7c93781202'
|
||||
|
||||
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
|
||||
|
||||
|
|
Loading…
Reference in a new issue