From 42f97559256d7ce2a28dff01c875f0e5127cc7f3 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 4 Oct 2019 01:23:06 +0200 Subject: [PATCH] libuv: update to 1.32.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index b3e8d99a126aec..80b3c0fb6d911d 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.31.0 +version=1.32.0 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -10,7 +10,7 @@ license="MIT, CC-BY-SA-4.0" homepage="https://libuv.org/" changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog" distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz" -checksum=ab041ea5d1965a33d4e03ea87718b8922ba4e54abb46c71cf9e040edef2556c0 +checksum=c9818f38eee79d4e56f3ae55320d207ab183c5d4aff0fb148b5d6f5702f371cd LDFLAGS="-pthread"