From 962a6379bb37a693d097ed334753869f43c87405 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 19 Apr 2018 08:42:35 -0300 Subject: [PATCH] libuv: update to 1.20.1. Closes #13618. Signed-off-by: Enno Boland --- srcpkgs/libuv/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index a006b112f0..89e677682e 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,15 +1,15 @@ # Template build file for 'libuv' pkgname=libuv -version=1.20.0 -revision=2 -short_desc="Multi-platform support library with a focus on asynchronous I/O" -maintainer="Enno Boland " -license="BSD/ISC" +version=1.20.1 +revision=1 build_style="gnu-configure" hostmakedepends="automake libtool pkg-config" +short_desc="Multi-platform support library with a focus on asynchronous I/O" +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=6d36f18f556cc288813032a168fd9181b45d9e66e3e18e54a8dbdfd8ea3c3dba +checksum=abc9106789c15a1c8009ab3d114a5b44bd6e240b183240f47e28aa542eea07b4 pre_configure() { NOCONFIGURE=1 ./autogen.sh