From fd1f7b7268d6da7a0a7b153588f7b6b5cba60eae Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sun, 20 Sep 2020 18:49:27 +0200 Subject: [PATCH] Use https:// to download appveyor tar When supported one might as well use https://. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e5a283276..a6d6952b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ install: - msiexec /i go1.15.2.windows-amd64.msi /q - go version - go env - - appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip + - appveyor DownloadFile https://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip - 7z x tar.zip bin/tar.exe - set PATH=bin/;%PATH%