From 22013390c47ee27a2e2cab67b71b490dea6d475d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 13 Nov 2016 11:56:09 +0000 Subject: [PATCH] release.pl: switch the.earth.li to HTTPS. That's the URL scheme we advertise on the website, so it's silly to do the release-time testing by any other system. --- release.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.pl b/release.pl index 73106d59..f5bc3fac 100755 --- a/release.pl +++ b/release.pl @@ -117,7 +117,7 @@ if ($precheck || $postcheck) { # downloaded files against the exact contents they should have. -d "putty" or die "no putty directory in cwd"; - my $httpprefix = "http://the.earth.li/~sgtatham/putty/"; + my $httpprefix = "https://the.earth.li/~sgtatham/putty/"; my $ftpprefix = "ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-"; # Go through all the files in build.out. -- 2.45.2