summaryrefslogtreecommitdiffstats
path: root/system/sbo-maintainer-tools
diff options
context:
space:
mode:
Diffstat (limited to 'system/sbo-maintainer-tools')
-rw-r--r--system/sbo-maintainer-tools/README6
-rw-r--r--system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild12
-rw-r--r--system/sbo-maintainer-tools/sbo-maintainer-tools.info6
-rw-r--r--system/sbo-maintainer-tools/slack-desc6
4 files changed, 20 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..91670ac96e 100644
--- a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild
+++ b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild
@@ -6,10 +6,20 @@
# 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.
+# 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.
+# 20230204 bkw: update for v0.6.0.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sbo-maintainer-tools
-VERSION=${VERSION:-0.5.1}
+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 83b01737dd..03839ad120 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.9.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.9.0.tar.gz"
+MD5SUM="d3aaf7c555b761996a4325602660c1f3"
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: