mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 10:10:33 +04:00
Merge pull request #19460 from stangri/master-curl
curl: bugfix: github source url
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user