From 2590a0f116fb9a8f5ad94d07a562e3eb7914d77e Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Mon, 6 Feb 2023 22:31:17 +0000 Subject: [PATCH] c-ares: update to 1.19.0. --- srcpkgs/c-ares/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template index e60de7e93fcd..c5fd155e1a03 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.18.1 +version=1.19.0 revision=1 build_style=gnu-configure checkdepends="iana-etc" @@ -9,9 +9,8 @@ maintainer="Orphaned " license="MIT" homepage="https://c-ares.haxx.se/" changelog="https://c-ares.haxx.se/changelog.html" -distfiles="${homepage}/download/${pkgname}-${version}.tar.gz" -checksum=1a7d52a8a84a9fbffb1be9133c0f6e17217d91ea5a6fa61f6b4729cda78ebbcf -make_check=ci-skip # segfaults only on CI +distfiles="https://c-ares.haxx.se/download/c-ares-${version}.tar.gz" +checksum=bfceba37e23fd531293829002cac0401ef49a6dc55923f7f92236585b7ad1dd3 pre_configure() { export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=?/}