ansible 1.6

Closes Homebrew/homebrew#28992.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Alexander Bayandin 2014-05-06 07:48:00 +04:00 committed by Adam Vandenberg
parent d67f3bde62
commit c6918a6744

View file

@ -2,8 +2,8 @@ require 'formula'
class Ansible < Formula class Ansible < Formula
homepage 'http://www.ansible.com/home' homepage 'http://www.ansible.com/home'
url 'http://releases.ansible.com/ansible/ansible-1.5.5.tar.gz' url 'http://releases.ansible.com/ansible/ansible-1.6.tar.gz'
sha1 '9a065eac0d15413284c8c7f9f5047d7b1249f16c' sha1 '207404b37cc5c2d74992e6b7165bbc7c93781202'
head 'https://github.com/ansible/ansible.git', :branch => 'devel' head 'https://github.com/ansible/ansible.git', :branch => 'devel'