diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 13:02:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:12 +0700 |
commit | 1951538a5dc176da29ff4cbdcf6b4528579438c4 (patch) | |
tree | 78cd7ea647b77c8bb1f89f93f6e99395b249adac /system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild | |
parent | 7b20b5a35a10f096c31099c782e826e541c4dd4e (diff) |
system/sbo-maintainer-tools: Updated for version 0.6.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 b37c5b5edc0e0..fa7b62c5e1ad6 100644 --- a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild +++ b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild @@ -6,12 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230214 bkw: update for v0.6.1. # 20230204 bkw: update for v0.6.0. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |