aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCollin Allen2014-04-02 08:17:19 -0700
committerMike McQuaid2014-04-02 16:35:53 +0100
commit6fb4f02ad454675dbde0969a940d4f4e320ad1b2 (patch)
tree663d83cb22e43e531cbd3da6ae211960e25935f2 /Library
parent56ff82766195c97f0e86e70e4dfe4beb75bfe4c6 (diff)
downloadhomebrew-6fb4f02ad454675dbde0969a940d4f4e320ad1b2.tar.bz2
ansible 1.5.4
Security fix: https://groups.google.com/forum/#!topic/ansible-project/MUQxiKwSQDc Closes #28079. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ansible.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index 6f86b7e5f..2944ded8f 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -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'