ansible: use an https url
This commit is contained in:
parent
fe85d79345
commit
c99a24bc40
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue