From 40483a9b3808affcd70683231b71eab249fce3d7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 26 Oct 2016 13:40:59 +0200 Subject: [PATCH] libuv: update to 1.10.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 9e7407362c5..5ba86a1b08e 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.9.1 +version=1.10.0 revision=1 wrksrc="${pkgname}-v${version}" short_desc="Multi-platform support library with a focus on asynchronous I/O" @@ -10,7 +10,7 @@ build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" homepage="http://libuv.org/" distfiles="http://dist.libuv.org/dist/v${version}/libuv-v${version}.tar.gz" -checksum=e83953782c916d7822ef0b94e8115ce5756fab5300cca173f0de5f5b0e0ae928 +checksum=0307a0eec6caddd476f9cad39e18fdd6f22a08aa58103c4b0aead96d638be15e pre_configure() { NOCONFIGURE=1 ./autogen.sh