diff options
author | B. Watson <urchlay@slackware.uk> | 2023-03-04 17:22:12 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:26 +0700 |
commit | d308647b7483e14fc9e3640ae051bd186dc47eb7 (patch) | |
tree | 0d88220494c262f146cb8ee05c47da59d16a12b3 /system/sbo-maintainer-tools | |
parent | b5aae8640279f93e7093058521985856ed39191f (diff) |
system/sbo-maintainer-tools: Updated for version 0.6.3.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sbo-maintainer-tools')
-rw-r--r-- | system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild | 3 | ||||
-rw-r--r-- | system/sbo-maintainer-tools/sbo-maintainer-tools.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild index 5c906566faa11..22a89bd92fb9a 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. +# 20230304 bkw: update for v0.6.3. # 20230221 bkw: update for v0.6.2. # 20230214 bkw: update for v0.6.1. # 20230204 bkw: update for v0.6.0. @@ -13,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.6.2} +VERSION=${VERSION:-0.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/sbo-maintainer-tools/sbo-maintainer-tools.info b/system/sbo-maintainer-tools/sbo-maintainer-tools.info index e8e2ae7658a9a..0d57798f31532 100644 --- a/system/sbo-maintainer-tools/sbo-maintainer-tools.info +++ b/system/sbo-maintainer-tools/sbo-maintainer-tools.info @@ -1,8 +1,8 @@ PRGNAM="sbo-maintainer-tools" -VERSION="0.6.2" +VERSION="0.6.3" HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" -DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.2.tar.gz" -MD5SUM="5baadb2ec307cc34cf2f0259a0e19341" +DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.3.tar.gz" +MD5SUM="0cc6afe47ca4186f6d88b39d7fad1e73" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |