From e1272353f00dc481f7e0b1420d6bf83df903c89f Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 10 Aug 2020 00:41:04 +0200 Subject: [PATCH] libuv: update to 1.38.1. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 7fe77a32402..e7795321df5 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.38.0 +version=1.38.1 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=2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d +checksum=2177fca2426ac60c20f654323656e843dac4f568d46674544b78f416697bd32c LDFLAGS="-pthread"