getdns: update to 1.5.1.
This commit is contained in:
parent
7e82fd4fa1
commit
b322890655
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'getdns'
|
||||
pkgname=getdns
|
||||
version=1.5.0
|
||||
version=1.5.1
|
||||
revision=1
|
||||
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"
|
||||
short_desc="A modern asynchronous DNS API"
|
||||
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=577182c3ace919ee70cee5629505581a10dc530bd53fe5c241603ea91c84fa84
|
||||
checksum=5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue