From b1409b2fa91bd0174f67553b12f9c2a20a0c1400 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 7 Jul 2017 08:14:40 +0000 Subject: [PATCH] libuv: update to 1.13.1. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index ce3e8e6705..2f3d0ba0cd 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.12.0 +version=1.13.1 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=01730d1b5e9e278eec67394e7d44021ea318d5d29520c5aa8b65bc8a18b953c7 +checksum=824fe07476a9cab519d2d3e2be6d49f1faa1e7bb59224f0d81a7d6a307ce3937 pre_configure() { NOCONFIGURE=1 ./autogen.sh