diff options
author | Badchay <badchay@protonmail.com> | 2024-10-08 11:03:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-11 11:48:39 +0700 |
commit | 4a9d76e8bb2511f8e1c5a0302239a910646377ca (patch) | |
tree | 5ee710b03ebe8c7fa8c64178953411419d0fc4dd | |
parent | d8986950d4962a52f68cb229868d4615ec9cf377 (diff) |
network/unbound: Updated for version 1.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/unbound/unbound.SlackBuild | 2 | ||||
-rw-r--r-- | network/unbound/unbound.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/unbound/unbound.SlackBuild b/network/unbound/unbound.SlackBuild index 1d986e72fadb6..6637b1e5a18ca 100644 --- a/network/unbound/unbound.SlackBuild +++ b/network/unbound/unbound.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unbound -VERSION=${VERSION:-1.21.0} +VERSION=${VERSION:-1.21.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/unbound/unbound.info b/network/unbound/unbound.info index 3998f966fc0d6..869d4e93d915f 100644 --- a/network/unbound/unbound.info +++ b/network/unbound/unbound.info @@ -1,8 +1,8 @@ PRGNAM="unbound" -VERSION="1.21.0" +VERSION="1.21.1" HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/" -DOWNLOAD="https://www.nlnetlabs.nl/downloads/unbound/unbound-1.21.0.tar.gz" -MD5SUM="fb7cc7922064bf122941b9f135052d00" +DOWNLOAD="https://www.nlnetlabs.nl/downloads/unbound/unbound-1.21.1.tar.gz" +MD5SUM="94fee452f4f7c3aad166d65533931c0f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |