Current download URL returns 301 Moved Permanently. GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader [0] Downloading 'http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ... HTTP response 301 Moved Permanently [http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz] Adding URL: https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz [0] Downloading 'https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ... Saving '/home/bruno/ptxdist/src/batctl-2024.3.tar.gz.QYywpZQC1n' HTTP response 200 [https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz]
Signed-off-by: Bruno Thomsen <[email protected]> --- rules/batctl.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/batctl.make b/rules/batctl.make index 58f58e61b..ba36cfb3c 100644 --- a/rules/batctl.make +++ b/rules/batctl.make @@ -18,7 +18,7 @@ BATCTL_VERSION := 2024.3 BATCTL_MD5 := f292a38a65f910890456e7450e70533f BATCTL := batctl-$(BATCTL_VERSION) BATCTL_SUFFIX := tar.gz -BATCTL_URL := http://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX) +BATCTL_URL := https://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX) BATCTL_SOURCE := $(SRCDIR)/$(BATCTL).$(BATCTL_SUFFIX) BATCTL_DIR := $(BUILDDIR)/$(BATCTL) BATCTL_LICENSE := GPL-2.0-only -- 2.49.0
