build: switch VERSION_REPO again to HTTPS
authorPaul Spooren <mail@aparcar.org>
Sun, 20 Mar 2022 13:34:22 +0000 (13:34 +0000)
committerPaul Spooren <mail@aparcar.org>
Sun, 20 Mar 2022 13:34:22 +0000 (13:34 +0000)
The maintainer-tools.git script still defaults to `http` while
eveyrthing moved over to `https`. This commit switches VERSION_REPO
again back to encrypted connections.

Signed-off-by: Paul Spooren <mail@aparcar.org>
include/version.mk

index 4df8d74002ff9d1fd79b7fc3a63e6d0930e52210..ca6a15bdbff27d94941a1cdd92a894332f0384bd 100644 (file)
@@ -29,7 +29,7 @@ VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
 VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))
 
 VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO))
-VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.openwrt.org/releases/22.03-SNAPSHOT)
+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),https://downloads.openwrt.org/releases/22.03-SNAPSHOT)
 
 VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST))
 VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)