ansible: use an https url

This commit is contained in:
Baptiste Fontaine 2015-10-12 23:38:23 +02:00
parent fe85d79345
commit c99a24bc40

View file

@ -1,7 +1,7 @@
class Ansible < Formula
desc "Automate deployment, configuration, and upgrading"
homepage "http://www.ansible.com/home"
url "http://releases.ansible.com/ansible/ansible-1.9.3.tar.gz"
url "https://releases.ansible.com/ansible/ansible-1.9.3.tar.gz"
sha256 "2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed"
head "https://github.com/ansible/ansible.git", :branch => "devel"