ansible 1.4.5

Closes Homebrew/homebrew#26696.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Alejandro Giacometti 2014-02-13 15:57:33 +00:00 committed by Mike McQuaid
parent 7dd2a87ef8
commit aa7727db82

View file

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