c-ares: update to 1.30.0.

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.

Closes: #50739 [via git-merge-pr]
This commit is contained in:
techflashYT 2024-06-07 15:19:52 -07:00 committed by Duncaen
parent fc38d06a0a
commit 891115b52a
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'c-ares' # Template file for 'c-ares'
pkgname=c-ares pkgname=c-ares
version=1.29.0 version=1.30.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
checkdepends="iana-etc" checkdepends="iana-etc"
short_desc="Library for asynchronous DNS requests" short_desc="Library for asynchronous DNS requests"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://c-ares.haxx.se/" homepage="https://c-ares.org/"
changelog="https://c-ares.haxx.se/changelog.html" changelog="https://c-ares.org/changelog.html"
distfiles="https://c-ares.haxx.se/download/c-ares-${version}.tar.gz" distfiles="https://github.com/c-ares/c-ares/releases/download/v${version}/c-ares-${version}.tar.gz"
checksum=0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7 checksum=4fea312112021bcef081203b1ea020109842feb58cd8a36a3d3f7e0d8bc1138c
make_check=ci-skip # segfaults only on CI make_check=ci-skip # segfaults only on CI
post_install() { post_install() {