From 4539f70282d089976957b2cbc4945315e4bf4cf1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 22 Apr 2018 18:37:57 -0300 Subject: [PATCH] libuv: update to 1.20.2. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 89e677682e9..125dfa16fc3 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template build file for 'libuv' pkgname=libuv -version=1.20.1 +version=1.20.2 revision=1 build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" @@ -9,7 +9,7 @@ maintainer="Enno Boland " license="MIT, CC-BY-SA-4.0" homepage="http://libuv.org/" distfiles="https://github.com/libuv/libuv/archive/v$version.tar.gz" -checksum=abc9106789c15a1c8009ab3d114a5b44bd6e240b183240f47e28aa542eea07b4 +checksum=a5e62a6ed3c25a712477b55ce923e7f49af95b80319f88b9c950200d65427793 pre_configure() { NOCONFIGURE=1 ./autogen.sh