From 633bf60131671cd3da3b3a7bdd745979586c29b2 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 4 Feb 2022 14:01:37 +1300 Subject: [PATCH] Make download links https: The http: links just redirect to https: anyway, so let's better protect our users by using https: from the start. --- ANNOUNCE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index e50bcd463..e78be2268 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -25,11 +25,11 @@ Availability ============ The release is available for download on Sourceforge at - http://prdownloads.sourceforge.net/swig/swig-4.1.0.tar.gz + https://prdownloads.sourceforge.net/swig/swig-4.1.0.tar.gz A Windows version is also available at - http://prdownloads.sourceforge.net/swig/swigwin-4.1.0.zip + https://prdownloads.sourceforge.net/swig/swigwin-4.1.0.zip Please report problems with this release to the swig-devel mailing list, details at http://www.swig.org/mail.html.