From f1e15068cb59b86456f43900b51820e75e46ca4a Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 13 Feb 2020 16:04:54 +0900 Subject: [PATCH] libuv: update to 1.34.2 Update is required to build the latest node.js v12.16.0 Signed-off-by: Hirokazu MORIKAWA --- libs/libuv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libuv/Makefile b/libs/libuv/Makefile index 80c8b6788..de49ee376 100644 --- a/libs/libuv/Makefile +++ b/libs/libuv/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuv -PKG_VERSION:=1.32.0 +PKG_VERSION:=1.34.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/ -PKG_HASH:=203927683d53d1b82eee766c8ffecfa8ed0e392679c15d5ad3a23504eda0ed1f +PKG_HASH:=65d93b4504ef5f3ec784c0c186f4ba8abd1031292c7f15dda8111d7e319adf46 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION) PKG_MAINTAINER:=Marko Ratkaj