system/sbo-maintainer-tools: Updated for version 0.9.2.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-08-07 01:44:56 -04:00 committed by Willy Sudiarto Raharjo
parent 1214c2d3e0
commit d6cf338a32
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 4 deletions

View file

@ -8,3 +8,4 @@ sbopkglint: checks your package, after it's built.
sbofixinfo: attempts to fix common problems with SBo .info files.
pre-commit-sbolint: git hook you should use, that automatically calls
sbolint and stops you from committing bad code.
sbodl: downloads source URLs, optionally using the SBo source archive.

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240807 bkw: update for v0.9.2.1.
# 20240802 bkw: update for v0.9.1.
# 20230701 bkw: update for v0.9.0.
# 20230609 bkw: update for v0.8.2.
@ -20,7 +21,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sbo-maintainer-tools
VERSION=${VERSION:-0.9.1}
VERSION=${VERSION:-0.9.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="sbo-maintainer-tools"
VERSION="0.9.1"
VERSION="0.9.2.1"
HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools"
DOWNLOAD="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools/snapshot/sbo-maintainer-tools-0.9.1.tar.gz"
MD5SUM="e4c0e3653d9e0d08a40509a09091a954"
DOWNLOAD="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools/snapshot/sbo-maintainer-tools-0.9.2.1.tar.gz"
MD5SUM="ea1c4e913846755ff3b9136514e91912"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""