mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libuv: move download URL to https
When using IPv6 and http://, the site redirects to https://nodejs.org which doesn't have the dist sources. IPv4 does not have this problem. Use https directly. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/
|
||||
PKG_SOURCE_URL:=https://dist.libuv.org/dist/v$(PKG_VERSION)/
|
||||
PKG_MD5SUM:=654bf6783ac7fc10435c84ec86720a6e
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user