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