mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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'
|
# Template file for 'getdns'
|
||||||
pkgname=getdns
|
pkgname=getdns
|
||||||
version=1.5.0
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libev --with-libevent --with-libuv
|
configure_args="--with-libev --with-libevent --with-libuv
|
||||||
--with-ssl=${XBPS_CROSS_BASE}/usr"
|
--with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||||
makedepends="libev-devel libidn-devel libuv-devel unbound-devel"
|
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>"
|
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=577182c3ace919ee70cee5629505581a10dc530bd53fe5c241603ea91c84fa84
|
checksum=5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue