From 6e828e4f50e4c00ab16844b190ecdfda66b9b9b1 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 12 Apr 2025 19:09:22 +0200 Subject: [PATCH] c-ares: update to 1.34.5. --- 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 1a86af2026d..aadf2d72a8b 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.4 +version=1.34.5 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=fa38dbed659ee4cc5a32df5e27deda575fa6852c79a72ba1af85de35a6ae222f +checksum=7d935790e9af081c25c495fd13c2cfcda4792983418e96358ef6e7320ee06346 make_check=ci-skip # segfaults only on CI post_install() {