network/unbound: Updated for version 1.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gerardo Zamudio 2020-04-25 00:09:49 -05:00 committed by Willy Sudiarto Raharjo
parent 7adbfd2410
commit ec5be71bcf
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for unbound
# Copyright 2018 Gerardo Zamudio <gerardo.zamudio@linux.com> Mexico City, Mexico
# Copyright 2020 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.9.5}
VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="unbound"
VERSION="1.9.5"
VERSION="1.10.0"
HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/"
DOWNLOAD="https://nlnetlabs.nl/downloads/unbound/unbound-1.9.5.tar.gz"
MD5SUM="deb7a3c52fec66323b508c0be4be4849"
DOWNLOAD="https://nlnetlabs.nl/downloads/unbound/unbound-1.10.0.tar.gz"
MD5SUM="0754392baee77c18fd8295b5e51e6fd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ldns"