ansible 1.5.4
Security fix: https://groups.google.com/forum/#!topic/ansible-project/MUQxiKwSQDc Closes Homebrew/homebrew#28079. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ea692c8720
commit
b6cdc8a297
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 'https://github.com/ansible/ansible/archive/v1.5.3.tar.gz'
|
||||
sha1 'a5c2ff6954cc9a6d649827ad9fade76a7e56bf3c'
|
||||
url 'https://github.com/ansible/ansible/archive/v1.5.4.tar.gz'
|
||||
sha1 '83f87805082dd5759c28d9e536f5295f019db858'
|
||||
|
||||
head 'https://github.com/ansible/ansible.git', :branch => 'devel'
|
||||
|
||||
|
|
Loading…
Reference in a new issue