unbound: update to 1.6.0.
This commit is contained in:
parent
d834940e48
commit
f8d9bd656d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'unbound'
|
||||
pkgname=unbound
|
||||
version=1.5.10
|
||||
revision=2
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
||||
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
|
||||
|
@ -13,10 +13,10 @@ depends="dnssec-anchors"
|
|||
system_accounts="unbound"
|
||||
short_desc="Validating, recursive, and caching DNS resolver"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://unbound.net/"
|
||||
distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=a39b8b4fcca2a2b35a2daa53fe35150cc3f09038dc9acede09c912fc248a9486
|
||||
checksum=6b7db874e6debda742fee8869d722e5a17faf1086e93c911b8564532aeeffab7
|
||||
|
||||
post_install() {
|
||||
vsconf doc/example.conf unbound.conf
|
||||
|
|
Loading…
Reference in a new issue