Browse Source

libuv: fix download path

Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin 9 years ago
parent
commit
62581b3851
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libuv/Makefile

+ 1
- 1
libs/libuv/Makefile View File

@ -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://libuv.org/dist/v$(PKG_VERSION)/
PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/
PKG_MD5SUM:=51cfa3d8adc05852982e3c742ec3c039
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)


Loading…
Cancel
Save