Update URL from http to https as it returns 301 Moved Permanently.

Download log:

--2024-02-07 15:25:41--  
http://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz
Resolving launchpad.net (launchpad.net)... 185.125.189.223, 185.125.189.222, 
2620:2d:4000:1009::f3, ...
Connecting to launchpad.net (launchpad.net)|185.125.189.223|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: 
https://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz 
[following]
--2024-02-07 15:25:41--  
https://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz
Connecting to launchpad.net (launchpad.net)|185.125.189.223|:443... connected.
HTTP request sent, awaiting response... 303 See Other
Location: https://launchpadlibrarian.net/82359793/intltool-0.50.0.tar.gz 
[following]
--2024-02-07 15:25:42--  
https://launchpadlibrarian.net/82359793/intltool-0.50.0.tar.gz
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 185.125.189.228, 
185.125.189.229, 2620:2d:4000:1009::3b8, ...
Connecting to launchpadlibrarian.net 
(launchpadlibrarian.net)|185.125.189.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 142837 (139K) [application/x-tar]

Signed-off-by: Bruno Thomsen <bruno.thom...@gmail.com>
---
 rules/host-intltool.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/host-intltool.make b/rules/host-intltool.make
index 825e25705..86e6fb53e 100644
--- a/rules/host-intltool.make
+++ b/rules/host-intltool.make
@@ -18,7 +18,7 @@ HOST_INTLTOOL_VERSION := 0.50.0
 HOST_INTLTOOL_MD5      := 0da9847a60391ca653df35123b1f7cc0
 HOST_INTLTOOL          := intltool-$(HOST_INTLTOOL_VERSION)
 HOST_INTLTOOL_SUFFIX   := tar.gz
-HOST_INTLTOOL_URL      := 
http://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
+HOST_INTLTOOL_URL      := 
https://launchpad.net/intltool/trunk/0.50.0/+download/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
 HOST_INTLTOOL_SOURCE   := $(SRCDIR)/$(HOST_INTLTOOL).$(HOST_INTLTOOL_SUFFIX)
 HOST_INTLTOOL_DIR      := $(HOST_BUILDDIR)/$(HOST_INTLTOOL)
 HOST_INTLTOOL_LICENSE  := GPL-2.0-only
-- 
2.43.0


Reply via email to