From 5cdd47b7f4d825ef0b20a342711e50ca29d9371c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 21 Feb 2018 19:23:34 -0300 Subject: [PATCH] libuv: update to 1.19.2. Closes: #11799 [via git-merge-pr] --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index eef76ee7794..5bc7ac65c83 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.19.1 +version=1.19.2 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=8d96a6230af4f9f33d6ec021b599e157279a2af72ed38cf4a8c25e6d58d952ef +checksum=ccc5f3b43ed171640513786e5e809508cb6308279b4d71a016e4550ad62f1686 pre_configure() { NOCONFIGURE=1 ./autogen.sh