c-ares: update to 1.16.1.

This commit is contained in:
Anthony Iliopoulos 2020-05-12 14:01:26 +02:00 committed by Helmut Pozimski
parent aef7637306
commit cbfeb17f4c

View file

@ -1,6 +1,6 @@
# Template file for 'c-ares'
pkgname=c-ares
version=1.16.0
version=1.16.1
revision=1
build_style=gnu-configure
short_desc="C library that performs DNS requests and name resolves asynchronously"
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://c-ares.haxx.se/"
distfiles="https://c-ares.haxx.se/download/${pkgname}-${version}.tar.gz"
checksum=de058ad7c128156e2db6dc98b8a359924d6f210a1b99dd36ba15c8f839a83a89
checksum=d08312d0ecc3bd48eee0a4cc0d2137c9f194e0a28de2028928c0f6cae85f86ce
pre_configure() {
case "$CFLAGS" in
@ -34,4 +34,3 @@ c-ares-devel_package() {
vmove usr/share/man
}
}