zsh: use secure head url

This commit is contained in:
Viktor Szakats 2017-03-09 18:39:54 +00:00 committed by ilovezfs
parent fff68f6390
commit ef4e1fdffa

View file

@ -20,7 +20,7 @@ class Zsh < Formula
end
head do
url "git://git.code.sf.net/p/zsh/code"
url "https://git.code.sf.net/p/zsh/code.git"
depends_on "autoconf" => :build
option "with-unicode9", "Build with Unicode 9 character width support"