diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-01 04:42:16 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:42:04 +0700 |
commit | 6acb0d6e81c2f0c4ecbe80f5e4688ca1b24e20fa (patch) | |
tree | be0c17112bd20a3bc6d11f43ff6274878322942c /system | |
parent | 9e5aa98b06335a3c81c9272d769d5d9828906841 (diff) |
system/sbo-maintainer-tools: Updated for version 0.9.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 9c3ec6aa947f3..91670ac96e930 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. +# 20230701 bkw: update for v0.9.0. # 20230609 bkw: update for v0.8.2. # 20230526 bkw: update for v0.8.1. # 20230519 bkw: update for v0.8.0. @@ -18,7 +19,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.9.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 201b472d3672d..03839ad120084 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.2" +VERSION="0.9.0" HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" -DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.8.2.tar.gz" -MD5SUM="3f9a77197b5c68f651d604b12dff0203" +DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.9.0.tar.gz" +MD5SUM="d3aaf7c555b761996a4325602660c1f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |