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

Download log:

--2024-02-07 15:24:13--  
http://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
Resolving libestr.adiscon.com (libestr.adiscon.com)... 95.217.26.43, 
2a01:4f9:c01f:8033::1
Connecting to libestr.adiscon.com (libestr.adiscon.com)|95.217.26.43|:80... 
connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz 
[following]
--2024-02-07 15:24:13--  
https://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
Connecting to libestr.adiscon.com (libestr.adiscon.com)|95.217.26.43|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 336122 (328K) [application/x-gzip]

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

diff --git a/rules/libestr.make b/rules/libestr.make
index 10e32f19b..b9789f4b7 100644
--- a/rules/libestr.make
+++ b/rules/libestr.make
@@ -18,7 +18,7 @@ LIBESTR_VERSION               := 0.1.10
 LIBESTR_MD5            := f4c9165a23587e77f7efe65d676d5e8e
 LIBESTR                        := libestr-$(LIBESTR_VERSION)
 LIBESTR_SUFFIX         := tar.gz
-LIBESTR_URL            := 
http://libestr.adiscon.com/files/download/$(LIBESTR).$(LIBESTR_SUFFIX)
+LIBESTR_URL            := 
https://libestr.adiscon.com/files/download/$(LIBESTR).$(LIBESTR_SUFFIX)
 LIBESTR_SOURCE         := $(SRCDIR)/$(LIBESTR).$(LIBESTR_SUFFIX)
 LIBESTR_DIR            := $(BUILDDIR)/$(LIBESTR)
 LIBESTR_LICENSE                := LGPL-2.1-or-later
-- 
2.43.0


Reply via email to