ansible 1.4.5
Closes Homebrew/homebrew#26696. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7dd2a87ef8
commit
aa7727db82
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Ansible < Formula
|
class Ansible < Formula
|
||||||
homepage 'http://www.ansibleworks.com/'
|
homepage 'http://www.ansibleworks.com/'
|
||||||
url 'https://github.com/ansible/ansible/archive/v1.4.4.tar.gz'
|
url 'https://github.com/ansible/ansible/archive/v1.4.5.tar.gz'
|
||||||
sha1 '743c365d3639fae99129e04b49865aec0d76462d'
|
sha1 '09f451e6634c6e7bb5705d26b9daab6efc0407c1'
|
||||||
|
|
||||||
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
|
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue