From 7d8689de6d9be1ef9252f884e1668c637f6c8957 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 2 Feb 2017 12:04:03 +0000 Subject: [PATCH] libuv: update to 1.11.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 459ebabf53c..3fbe40d5610 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.10.2 +version=1.11.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=4ceb0fe9c4efc24354c05883464d77269d41812d9ab1b7f260db8babe1826533 +checksum=0f686994dcea6cb5cd3f50e35d5fdda07211b4b3586516df7c39bdbf19acb9a7 pre_configure() { NOCONFIGURE=1 ./autogen.sh