From 8fd56d68ade7b170077b6509b980603e55b515a0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 13 Nov 2018 12:10:04 -0200 Subject: [PATCH] libuv: update to 1.24.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 0e6a6d4f61d..74830de29ee 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.23.2 +version=1.24.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=30af979c4f4b8d1b895ae6d115f7400c751542ccb9e656350fc89fda08d4eabd +checksum=55587c525196a7a550fa7e5eb61794c377ec23b44adb435fdded86e8f7f31a16 LDFLAGS="-pthread"