network/unbound: Updated for version 1.8.2.

This commit is contained in:
Gerardo Zamudio 2018-12-07 09:25:27 -05:00 committed by Willy Sudiarto Raharjo
parent 700966ab27
commit b2b3d25609
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 7 deletions

View file

@ -16,4 +16,4 @@ unbound:
unbound: It is designed as a set of modular components, so that also DNSSEC
unbound: validation and stub-resolvers are easily possible.
unbound:
unbound: Homepage: https://unbound.net/
unbound: Homepage: https://nlnetlabs.nl/projects/unbound/about/

View file

@ -2,7 +2,7 @@
# Slackware build script for unbound
# Copyright 2015 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico
# Copyright 2018 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=unbound
VERSION=${VERSION:-1.6.4}
VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="unbound"
VERSION="1.6.4"
HOMEPAGE="https://unbound.net"
DOWNLOAD="https://unbound.net/downloads/unbound-1.6.4.tar.gz"
MD5SUM="ab6f7c07610907f1d87191c9ac2db87a"
VERSION="1.8.2"
HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/"
DOWNLOAD="https://nlnetlabs.nl/downloads/unbound/unbound-1.8.2.tar.gz"
MD5SUM="3b2f1024df47ccc59a8100c3b40c6dc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ldns"