From 135fcb573ce86f167ec136fbe4234ac8b9c18c8c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 15 Nov 2023 18:04:17 +0100 Subject: [PATCH] c-ares: update to 1.22.0. --- 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 77af2d8893c..7260cbcbb8f 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.21.0 +version=1.22.0 revision=1 build_style=gnu-configure checkdepends="iana-etc" @@ -10,7 +10,7 @@ license="MIT" homepage="https://c-ares.haxx.se/" changelog="https://c-ares.haxx.se/changelog.html" distfiles="https://c-ares.haxx.se/download/c-ares-${version}.tar.gz" -checksum=cd7aa3af1d3ee780d6437039a7ddb7f1ec029f9c4f7aabb0197e384eb5bc2f2d +checksum=ad2e205088083317147c9f9eab5f24b82c3d50927c381a7c963deeb1182dbc21 make_check=ci-skip # segfaults only on CI post_install() {