From bc35722b9e6b8141184d5abb563cc0910fbe8e9e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 16 Mar 2019 23:56:58 -0300 Subject: [PATCH] libuv: update to 1.27.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index ff9dda4be89..1eb11a80d17 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.26.0 +version=1.27.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=e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693 +checksum=4afcdc84cd315b77c8e532e7b3fde43d536af0e2e835eafbd0e75518ed26dbed LDFLAGS="-pthread"