From c9a500d0ecb67147b15a2e6f37d33ea66fcc4067 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 11 Nov 2017 01:16:40 -0200 Subject: [PATCH] libuv: update to 1.16.1. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 881f3ac1a27..ec8921ea2b5 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.16.0 +version=1.16.1 revision=1 short_desc="Multi-platform support library with a focus on asynchronous I/O" maintainer="Enno Boland " @@ -9,7 +9,7 @@ build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" homepage="http://libuv.org/" distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz" -checksum=fe53b53eee3b15db8ae1b25cbfb8740944273e02f5ccd731b176800e2807d832 +checksum=61f7937eef924da0dc386c038b8a4e1fc4f1803af966e1ecf640fb0e1cb5043b pre_configure() { NOCONFIGURE=1 ./autogen.sh