diff options
author | Badchay <badchay@protonmail.com> | 2024-10-31 11:54:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-31 12:10:41 +0700 |
commit | f3193ff6e26d9b067815ce26c353cb9a00757821 (patch) | |
tree | 648e3fbd41cfb22573f1c203a8401039901a82f9 /network | |
parent | 170238a82b65fb3dc2c148134f4159c26a0a80bc (diff) |
network/unbound: Updated for version 1.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 6637b1e5a18ca..d51de13f820c6 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.1} +VERSION=${VERSION:-1.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/unbound/unbound.info b/network/unbound/unbound.info index 869d4e93d915f..9f310f1fe5cc5 100644 --- a/network/unbound/unbound.info +++ b/network/unbound/unbound.info @@ -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="" |