wget: use secure head url

This commit is contained in:
Viktor Szakats 2017-03-09 21:52:43 +00:00 committed by ilovezfs
parent 2e2783a20b
commit fc19e8770c

View file

@ -14,7 +14,7 @@ class Wget < Formula
end
head do
url "git://git.savannah.gnu.org/wget.git"
url "https://git.savannah.gnu.org/git/wget.git"
depends_on "autoconf" => :build
depends_on "automake" => :build