ansible 1.4.0
Closes Homebrew/homebrew#24573. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a0d7c937e6
commit
932291b8ba
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ansible < Formula
|
||||
homepage 'http://www.ansibleworks.com/'
|
||||
url 'https://github.com/ansible/ansible/archive/v1.3.4.tar.gz'
|
||||
sha1 '4ced16b905e7d3349835b3f7eff0f0ddf238cf38'
|
||||
url 'https://github.com/ansible/ansible/archive/v1.4.0.tar.gz'
|
||||
sha1 'fd4a5fa2c11f9a2fbdb450595cf8672d33618f06'
|
||||
|
||||
head 'https://github.com/ansible/ansible.git', :branch => :devel
|
||||
|
||||
|
|
Loading…
Reference in a new issue