Skip to content

Commit

Permalink
getdns: update to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
steinex authored and ericonr committed Jul 14, 2021
1 parent 66a598d commit 01cb097
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions srcpkgs/getdns/template
@@ -1,17 +1,18 @@
# Template file for 'getdns'
pkgname=getdns
version=1.5.1
revision=7
build_style=gnu-configure
configure_args="--with-libev --with-libevent --with-libuv
--with-ssl=${XBPS_CROSS_BASE}/usr"
makedepends="libev-devel libidn-devel libuv-devel unbound-devel"
version=1.7.0
revision=1
build_style=cmake
makedepends="libev-devel libidn-devel libuv-devel unbound-devel
check-devel libidn2-devel"
short_desc="Modern asynchronous DNS API"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="BSD-3-Clause"
homepage="https://getdnsapi.net"
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() {
vlicense LICENSE
Expand Down

0 comments on commit 01cb097

Please sign in to comment.