From 6cf2ac3983d06f8dc536ff9f4ac8884c471ff0ee Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 4 Mar 2015 15:12:48 +0100 Subject: [PATCH] libuv: update to 1.4.2. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index d708d1b1b18..51b8e4f543d 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.0.2 +version=1.4.2 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://libuv.org/dist/v${version}/libuv-v${version}.tar.gz" -checksum=abd9790bf66a650c3cf3b2c74754e0ab79ffdf3afacd41ae78d71b975de14800 +checksum=1006c4055cb3fb34293bb716be127d396550a68ac0bdfc21a6631c8d7a49ce0b pre_configure() { NOCONFIGURE=1 ./autogen.sh