mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/unbound: Updated for version 1.8.2.
This commit is contained in:
parent
700966ab27
commit
b2b3d25609
3 changed files with 7 additions and 7 deletions
|
@ -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/
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue