From 9f4272a86c213b2382192c8360f117d7f83b7707 Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Mon, 28 Feb 2022 09:42:47 +0000 Subject: [PATCH 1/2] libuv: update to 1.43.0. --- srcpkgs/libuv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template index 76a36863f4b9..2575d92da2ad 100644 --- a/srcpkgs/libuv/template +++ b/srcpkgs/libuv/template @@ -1,6 +1,6 @@ # Template file for 'libuv' pkgname=libuv -version=1.41.0 +version=1.43.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=6cfeb5f4bab271462b4a2cc77d4ecec847fdbdc26b72019c27ae21509e6f94fa +checksum=9e27825a55279de69a7c43e42d509fd1337c9bece2547c761e91a1592e91cc4d # the tests fail when run as root and as such break in the CI containers make_check="extended" From cadd6321bc5e522eaf51fe2c1fff1ab74181e7fb Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Mon, 21 Mar 2022 11:18:31 +0000 Subject: [PATCH 2/2] libluv: update to 1.43.0.0. --- srcpkgs/libluv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template index ac7ef54a6ffa..191d877e10fa 100644 --- a/srcpkgs/libluv/template +++ b/srcpkgs/libluv/template @@ -1,6 +1,6 @@ # Template file for 'libluv' pkgname=libluv -version=1.41.0.0 +version=1.43.0.0 revision=1 _distver="${version%.*}-${version##*.}" wrksrc=luv-${_distver} @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://github.com/luvit/luv" distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in" -checksum="4018f293d71c2d75757b64fcdacf982729c9dc8b0bf8eda4015a8818a5a29321 +checksum="567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2 be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e" skip_extraction="libluv.pc.in"