From 958e10f1c00022464161aa1d351663a948bb6cc5 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 6 Oct 2022 13:00:34 +0200 Subject: [PATCH] libuv: update to 1.44.2. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 2575d92da2ad..be3143e33156 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.43.0 +version=1.44.2 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=9e27825a55279de69a7c43e42d509fd1337c9bece2547c761e91a1592e91cc4d +checksum=e6e2ba8b4c349a4182a33370bb9be5e23c51b32efb9b9e209d0e8556b73a48da # the tests fail when run as root and as such break in the CI containers make_check="extended"