mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
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.
This commit is contained in:
parent
24da181a01
commit
22013390c4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user