From ba31cc8a9ad4619d71b12ac8bcf0663bb75b8703 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 18 Jan 2019 21:25:04 -0200 Subject: [PATCH] libuv: update to 1.25.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index c2e11b26cb4..154ae70080f 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.24.1 +version=1.25.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=0d026c8f68c4d7b7c59de8f485f262ac71c24e0f3a80d740a25d20edd2f2774e +checksum=ce3036d444c3fb4f9a9e2994bec1f4fa07872b01456998b422ce918fdc55c254 LDFLAGS="-pthread"