From e69c6b1967342636710bab6f5115add5e0ac219e Mon Sep 17 00:00:00 2001 From: Randy McCaskill Date: Tue, 26 May 2020 23:20:18 -0400 Subject: [PATCH] libuv: update to 1.38.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 00561caff83..7fe77a32402 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.37.0 +version=1.38.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=7afa3c8a326b3eed02a9addb584ae7e995ae4d30516cad5e1e4af911931162a6 +checksum=2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d LDFLAGS="-pthread"