From 71923cb78d20097b6d0178a68e1efa816713230d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 31 May 2017 11:41:47 +0200 Subject: [PATCH] libuv: update to 1.12.0. --- srcpkgs/libuv/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 0c90fbf90a3..ce3e8e67059 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,7 +1,7 @@ # Template build file for 'libuv' pkgname=libuv -version=1.11.0 -revision=2 +version=1.12.0 +revision=1 wrksrc="${pkgname}-v${version}" short_desc="Multi-platform support library with a focus on asynchronous I/O" maintainer="Enno Boland " @@ -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=0f686994dcea6cb5cd3f50e35d5fdda07211b4b3586516df7c39bdbf19acb9a7 +checksum=01730d1b5e9e278eec67394e7d44021ea318d5d29520c5aa8b65bc8a18b953c7 pre_configure() { NOCONFIGURE=1 ./autogen.sh