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:
parent
8dad744f51
commit
2a1eddb5ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue