From aa5ef0bf95cd9cc28507b9b64e46df6bba02d0ed Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 7 Sep 2017 06:58:16 +0200 Subject: [PATCH] libuv: update to 1.14.1. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 93558ed279..806db37ae7 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.14.0 +version=1.14.1 revision=1 short_desc="Multi-platform support library with a focus on asynchronous I/O" maintainer="Enno Boland " @@ -9,7 +9,7 @@ build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" homepage="http://libuv.org/" distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz" -checksum=96088804334a70f84d64f45e4db926fc1dfa42d4a9d22b1812cf47bc0d9b6947 +checksum=82fbbb0eaab4adcf8ed513d3b777c8e02ed2e77aae265baf6bd2d68cb84bc9e3 pre_configure() { NOCONFIGURE=1 ./autogen.sh