diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-21 17:45:18 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:10 +0700 |
commit | 741c2e345ef7bdfaec4c47c8d439a173ecc512c2 (patch) | |
tree | 6351b9d4db64d99c64c53618d7a9051f32b01c65 /system/sbo-maintainer-tools | |
parent | b697c43483ffa3910cdaa875e9ebce01db6c049e (diff) |
system/sbo-maintainer-tools: Updated for version 0.6.2.
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 fa7b62c5e1..5c906566fa 100644 --- a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild +++ b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230221 bkw: update for v0.6.2. # 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.1} +VERSION=${VERSION:-0.6.2} 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 96b5515508..e8e2ae7658 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.1" +VERSION="0.6.2" HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" -DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.1.tar.gz" -MD5SUM="c3b3616f1ac6f395d5f9c9f575275277" +DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.2.tar.gz" +MD5SUM="5baadb2ec307cc34cf2f0259a0e19341" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |