From: Paul Spooren Date: Sun, 20 Mar 2022 13:34:22 +0000 (+0000) Subject: build: switch VERSION_REPO again to HTTPS X-Git-Tag: v22.03.0-rc1~141 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a036c1d43bfb494fb87925e55e96bb5d3058060d;p=openwrt%2Fstaging%2Fpepe2k.git build: switch VERSION_REPO again to HTTPS 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 --- diff --git a/include/version.mk b/include/version.mk index 4df8d74002..ca6a15bdbf 100644 --- a/include/version.mk +++ b/include/version.mk @@ -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)