mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/unbound: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7adbfd2410
commit
ec5be71bcf
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for unbound
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=unbound
|
PRGNAM=unbound
|
||||||
VERSION=${VERSION:-1.9.5}
|
VERSION=${VERSION:-1.10.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="unbound"
|
PRGNAM="unbound"
|
||||||
VERSION="1.9.5"
|
VERSION="1.10.0"
|
||||||
HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/"
|
HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/"
|
||||||
DOWNLOAD="https://nlnetlabs.nl/downloads/unbound/unbound-1.9.5.tar.gz"
|
DOWNLOAD="https://nlnetlabs.nl/downloads/unbound/unbound-1.10.0.tar.gz"
|
||||||
MD5SUM="deb7a3c52fec66323b508c0be4be4849"
|
MD5SUM="0754392baee77c18fd8295b5e51e6fd8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ldns"
|
REQUIRES="ldns"
|
||||||
|
|
Loading…
Reference in a new issue