zpython: update mirror url and use https (#11802)

This commit is contained in:
ilovezfs 2017-03-29 04:36:31 -07:00 committed by GitHub
parent 46496b572b
commit 849ccf5793

View file

@ -22,7 +22,7 @@ class Zpython < Formula
stable do
url "https://downloads.sourceforge.net/project/zsh/zsh/5.0.5/zsh-5.0.5.tar.bz2"
mirror "http://www.zsh.org/pub/zsh-5.0.5.tar.bz2"
mirror "https://www.zsh.org/pub/old/zsh-5.0.5.tar.bz2"
# We prepend `00-` for the first version of the zpython module, which is
# itself a patch on top of zsh and does not have own version number yet.