diff options
author | Badchay <badchay@protonmail.com> | 2024-03-16 18:27:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 18:35:52 +0700 |
commit | 291082c9a957e1ab95a8add563ba7a89f27eac60 (patch) | |
tree | 202aacaca546db250c802488a983f84a13bae224 /network/unbound/unbound.SlackBuild | |
parent | 698febccbe582d85920c4427f459f3164ef1f644 (diff) |
network/unbound: Updated for version 1.19.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/unbound/unbound.SlackBuild')
-rw-r--r-- | network/unbound/unbound.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/unbound/unbound.SlackBuild b/network/unbound/unbound.SlackBuild index e62c1f58b550f..3665ccc93988b 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.19.2} +VERSION=${VERSION:-1.19.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |