From 63e66526f34a523d61e8b5d711f1b51e911f2db4 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 16 Oct 2024 15:28:15 +0200 Subject: [PATCH] c-ares: update to 1.34.2. --- srcpkgs/c-ares/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template index 661055a41b4..76e347353ec 100644 --- a/srcpkgs/c-ares/template +++ b/srcpkgs/c-ares/template @@ -1,6 +1,6 @@ # Template file for 'c-ares' pkgname=c-ares -version=1.34.1 +version=1.34.2 revision=1 build_style=gnu-configure checkdepends="iana-etc" @@ -10,7 +10,7 @@ license="MIT" homepage="https://c-ares.org/" changelog="https://c-ares.org/changelog.html" distfiles="https://github.com/c-ares/c-ares/releases/download/v${version}/c-ares-${version}.tar.gz" -checksum=7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103 +checksum=35410aa625cc9ee95b66475f54aea7c81c673fb63d75fad5eee267711503b72a make_check=ci-skip # segfaults only on CI post_install() {