From cb1b3e14e6d9a140f1107a4b6936641461d25b5d Mon Sep 17 00:00:00 2001 From: techflashYT Date: Fri, 7 Jun 2024 15:19:52 -0700 Subject: [PATCH] c-ares: Update to 1.30.0, apply new download link c-ares' new version is 1.30.0, and the current 1.29.0 doesn't build due to a missing download link. Fix both problems at once to get the package building again. --- srcpkgs/c-ares/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template index 32a0b0420f1292..9cc99625d14d09 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.29.0 +version=1.30.0 revision=1 build_style=gnu-configure checkdepends="iana-etc" @@ -9,8 +9,8 @@ maintainer="Duncaen " 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=0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7 +distfiles="https://github.com/c-ares/c-ares/releases/download/v${version}/c-ares-${version}.tar.gz" +checksum=4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c make_check=ci-skip # segfaults only on CI post_install() {