From 79d9b51c7c28de5d44567647f13ce000c1d7bc34 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 4 Feb 2020 00:52:27 +0100 Subject: [PATCH] libuv: update to 1.34.2. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 700c4c5f0b0..0f3b1a8269e 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.34.0 +version=1.34.2 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=2c36b49bcf82c0d06ab0d77f98805605efa071d58ca29dee7c790912598b005d +checksum=0d9d38558b45c006c1ea4e8529bae64caf8becda570295ea74e3696362aeb7f2 LDFLAGS="-pthread"