diff options
author | B. Watson <urchlay@slackware.uk> | 2023-03-28 17:49:48 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:34 +0700 |
commit | 6457f7535f0805f18aadbadd4f251006819edfd3 (patch) | |
tree | d2832060e0158890486705caa11c7e79e8258d7e /system/sbo-maintainer-tools | |
parent | 79e4d0b55ae91204621045eb1caa05c9ed396030 (diff) |
system/sbo-maintainer-tools: Updated for version 0.7.0.
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 22a89bd92fb9..44faff708408 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. +# 20230328 bkw: update for v0.7.0. # 20230304 bkw: update for v0.6.3. # 20230221 bkw: update for v0.6.2. # 20230214 bkw: update for v0.6.1. @@ -14,7 +15,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.6.3} +VERSION=${VERSION:-0.7.0} 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 0d57798f3153..44fbfb8080d2 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.3" +VERSION="0.7.0" HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" -DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.3.tar.gz" -MD5SUM="0cc6afe47ca4186f6d88b39d7fad1e73" +DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.7.0.tar.gz" +MD5SUM="4c38e7c11adf09cbde2ce2eff1ab3a81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |