diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-07 01:44:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:16 +0700 |
commit | d6cf338a32f219c4acced6eb2e091988103cc484 (patch) | |
tree | 6f7fac70f5337df945d91a4b06173416a0199c17 /system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild | |
parent | 1214c2d3e0a72277f6819b951f729516235eea92 (diff) |
system/sbo-maintainer-tools: Updated for version 0.9.2.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild')
-rw-r--r-- | system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild index 4e512d0a44dd3..7d53a2c3f6fcd 100644 --- a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild +++ b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240807 bkw: update for v0.9.2.1. # 20240802 bkw: update for v0.9.1. # 20230701 bkw: update for v0.9.0. # 20230609 bkw: update for v0.8.2. @@ -20,7 +21,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |