Browse Source
network/unbound: Updated for version 1.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
Badchay
12 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/unbound/unbound.SlackBuild
-
network/unbound/unbound.info
|
|
@ -27,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=unbound |
|
|
|
VERSION=${VERSION:-1.21.1} |
|
|
|
VERSION=${VERSION:-1.22.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="unbound" |
|
|
|
VERSION="1.21.1" |
|
|
|
VERSION="1.22.0" |
|
|
|
HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/" |
|
|
|
DOWNLOAD="https://www.nlnetlabs.nl/downloads/unbound/unbound-1.21.1.tar.gz" |
|
|
|
MD5SUM="94fee452f4f7c3aad166d65533931c0f" |
|
|
|
DOWNLOAD="https://www.nlnetlabs.nl/downloads/unbound/unbound-1.22.0.tar.gz" |
|
|
|
MD5SUM="be0e5ae64c6619a638c116addd4da670" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|