diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index a006b112f01..89e677682e9 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