summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-02-04 15:59:04 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:41 +0700
commita4fbad76f96d53c2cd49d45529a7923c64f7445d (patch)
tree1bd4774e00fd93ffafa2e51fdae1c4abad233be1
parent475709352c0e1face6237ea9585e1e6ba5230181 (diff)
downloadslackbuilds-a4fbad76f96d53c2cd49d45529a7923c64f7445d.tar.gz
slackbuilds-a4fbad76f96d53c2cd49d45529a7923c64f7445d.tar.xz
system/sbo-maintainer-tools: Updated for version 0.6.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/sbo-maintainer-tools/README6
-rw-r--r--system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild4
-rw-r--r--system/sbo-maintainer-tools/sbo-maintainer-tools.info6
-rw-r--r--system/sbo-maintainer-tools/slack-desc6
4 files changed, 12 insertions, 10 deletions
diff --git a/system/sbo-maintainer-tools/README b/system/sbo-maintainer-tools/README
index aaa8f5eb21..a8e6655a5b 100644
--- a/system/sbo-maintainer-tools/README
+++ b/system/sbo-maintainer-tools/README
@@ -4,7 +4,7 @@ These are "lint" tools to make life easier for SlackBuilds.org
maintainers and admins:
sbolint: checks your SlackBuild, README, .info file, and slack-desc.
-Also there's a git pre-commit hook you should use, that automatically
-calls sbolint and stops you from committing bad code.
-
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.
diff --git a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild
index 81d2c8a22d..b37c5b5edc 100644
--- a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild
+++ b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild
@@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230204 bkw: update for v0.6.0.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sbo-maintainer-tools
-VERSION=${VERSION:-0.5.1}
+VERSION=${VERSION:-0.6.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 83b01737dd..9f603814cd 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.5.1"
+VERSION="0.6.0"
HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools"
-DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.5.1.tar.gz"
-MD5SUM="84b8fc7648e629f37c1a5e6aebc7b88c"
+DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.0.tar.gz"
+MD5SUM="7aeccc8b044b8d54268fa364d6b2cafc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/sbo-maintainer-tools/slack-desc b/system/sbo-maintainer-tools/slack-desc
index 5fed8f75ce..82d1f178a3 100644
--- a/system/sbo-maintainer-tools/slack-desc
+++ b/system/sbo-maintainer-tools/slack-desc
@@ -12,8 +12,8 @@ sbo-maintainer-tools: These are "lint" tools to make life easier for SlackBuilds
sbo-maintainer-tools: maintainers and admins:
sbo-maintainer-tools:
sbo-maintainer-tools: sbolint: checks your SlackBuild, README, .info file, and slack-desc.
-sbo-maintainer-tools: Also there's a git pre-commit hook you should use, that automatically
-sbo-maintainer-tools: calls sbolint and stops you from committing bad code.
-sbo-maintainer-tools:
sbo-maintainer-tools: sbopkglint: checks your package, after it's built.
+sbo-maintainer-tools: sbofixinfo: attempts to fix common problems with SBo .info files.
+sbo-maintainer-tools: pre-commit-sbolint: git hook you should use, that automatically calls
+sbo-maintainer-tools: sbolint and stops you from committing bad code.
sbo-maintainer-tools: