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:
Collin Allen 2014-04-02 08:17:19 -07:00 committed by Mike McQuaid
parent ea692c8720
commit b6cdc8a297

View file

@ -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'