diff options
author | Badchay <badchay@protonmail.com> | 2024-05-12 06:39:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-12 07:12:41 +0700 |
commit | 3f7004cc1104cd60663bf2b86b33289dbb79b236 (patch) | |
tree | 4e71d0ceac92513c1c3d57260ed21a55fe4acb98 /network/unbound/unbound.SlackBuild | |
parent | db0aee1ac2701c518509132a3f1a2b0be52e7546 (diff) |
network/unbound: Updated for version 1.20.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/unbound/unbound.SlackBuild')
-rw-r--r-- | network/unbound/unbound.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/unbound/unbound.SlackBuild b/network/unbound/unbound.SlackBuild index 9a2dc3ce59fa..b4e61ec7e127 100644 --- a/network/unbound/unbound.SlackBuild +++ b/network/unbound/unbound.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unbound -VERSION=${VERSION:-1.19.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.20.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |