From bc159889299685fe4e6018e5d98f2ee713601aec Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 26 Sep 2022 08:31:56 +0000 Subject: [PATCH] curl: bugfix: github source url * fixes https://github.com/openwrt/packages/issues/19456 Signed-off-by: Stan Grishin (cherry picked from commit c812153f8d4f73b3f82cb19e3b98c84ca680eecb) --- net/curl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/curl/Makefile b/net/curl/Makefile index 7b35e4c85..53916b044 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=7.85.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(PKG_VERSION:.=_)/ \ +PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \ https://dl.uxnr.de/mirror/curl/ \ https://curl.askapache.com/download/ \ https://curl.se/download/