getdns: update to 1.7.0.
This commit is contained in:
parent
66a598d2b8
commit
01cb0979c4
1 changed files with 8 additions and 7 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'getdns'
|
# Template file for 'getdns'
|
||||||
pkgname=getdns
|
pkgname=getdns
|
||||||
version=1.5.1
|
version=1.7.0
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
configure_args="--with-libev --with-libevent --with-libuv
|
makedepends="libev-devel libidn-devel libuv-devel unbound-devel
|
||||||
--with-ssl=${XBPS_CROSS_BASE}/usr"
|
check-devel libidn2-devel"
|
||||||
makedepends="libev-devel libidn-devel libuv-devel unbound-devel"
|
|
||||||
short_desc="Modern asynchronous DNS API"
|
short_desc="Modern asynchronous DNS API"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://getdnsapi.net"
|
homepage="https://getdnsapi.net"
|
||||||
distfiles="https://getdnsapi.net/dist/getdns-${version}.tar.gz"
|
distfiles="https://getdnsapi.net/dist/getdns-${version}.tar.gz"
|
||||||
checksum=5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af
|
checksum=ea8713ce5e077ac76b1418ceb6afd25e6d4e39e9600f6f5e81d3a3a13a60f652
|
||||||
|
# GitHub Actions fail due to no IPv6
|
||||||
|
make_check=ci-skip
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue