diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-07 01:44:56 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:16 +0700 |
commit | d6cf338a32f219c4acced6eb2e091988103cc484 (patch) | |
tree | 6f7fac70f5337df945d91a4b06173416a0199c17 | |
parent | 1214c2d3e0a72277f6819b951f729516235eea92 (diff) |
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>
-rw-r--r-- | system/sbo-maintainer-tools/README | 1 | ||||
-rw-r--r-- | system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild | 3 | ||||
-rw-r--r-- | system/sbo-maintainer-tools/sbo-maintainer-tools.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/system/sbo-maintainer-tools/README b/system/sbo-maintainer-tools/README index a8e6655a5b0d5..e404a672c34f6 100644 --- a/system/sbo-maintainer-tools/README +++ b/system/sbo-maintainer-tools/README @@ -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. diff --git a/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild b/system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild index 4e512d0a44dd3..7d53a2c3f6fcd 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. +# 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} diff --git a/system/sbo-maintainer-tools/sbo-maintainer-tools.info b/system/sbo-maintainer-tools/sbo-maintainer-tools.info index 3d197bcdeba5b..31cd6179e013d 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.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="" |