From 204396a009deddc0255da57e3db5ba042db7e4c2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 7 May 2018 23:30:30 -0300 Subject: [PATCH] libuv: update to 1.20.3. Closes #14231. Signed-off-by: Enno Boland --- srcpkgs/libuv/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 125dfa16fc3..46ef3a5fe34 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,15 +1,16 @@ # Template build file for 'libuv' pkgname=libuv -version=1.20.2 +version=1.20.3 revision=1 build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" short_desc="Multi-platform support library with a focus on asynchronous I/O" maintainer="Enno Boland " license="MIT, CC-BY-SA-4.0" +#changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" homepage="http://libuv.org/" distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz" -checksum=a5e62a6ed3c25a712477b55ce923e7f49af95b80319f88b9c950200d65427793 +checksum=43a388687194a15d5f3cc1980d53c405020a3586254c620e5f3c4d241bb9da05 pre_configure() { NOCONFIGURE=1 ./autogen.sh