diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-26 16:01:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:58 +0700 |
commit | 41b90f2cfa2029034f8ae773f60a4c5fe1df6945 (patch) | |
tree | a833351639b008b7d4d6e8394771c4b39f47c342 /system/sbo-maintainer-tools | |
parent | d86e46db36b2e276728aadd30d49446bd1cb3817 (diff) |
system/sbo-maintainer-tools: Updated for version 0.8.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')
-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 366c6370a537..76070d2689fc 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. +# 20230526 bkw: update for v0.8.1. # 20230519 bkw: update for v0.8.0. # 20230328 bkw: update for v0.7.0. # 20230304 bkw: update for v0.6.3. @@ -16,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.8.1} 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 59bdb62d7ad3..3c26e3b78d8a 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.8.0" +VERSION="0.8.1" HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" -DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.8.0.tar.gz" -MD5SUM="1fa75a124932976c31abe6400ac042e0" +DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.8.1.tar.gz" +MD5SUM="c293fde316e3fc260309cb22018c184f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |