diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-02 22:18:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 15:05:19 +0700 |
commit | 8c7e8ce266102527b85fae2448a4eb6ae18ae32c (patch) | |
tree | ca1ffbc78a03e324286c3555515090409d367e8a | |
parent | 4dd8b7b9798533abdcfd2323decd2404b9e08de1 (diff) |
system/sbo-maintainer-tools: Updated for version 0.9.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/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 91670ac96e..4e512d0a44 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. +# 20240802 bkw: update for v0.9.1. # 20230701 bkw: update for v0.9.0. # 20230609 bkw: update for v0.8.2. # 20230526 bkw: update for v0.8.1. @@ -19,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-maintainer-tools -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.9.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 03839ad120..3d197bcdeb 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.0" +VERSION="0.9.1" HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" -DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.9.0.tar.gz" -MD5SUM="d3aaf7c555b761996a4325602660c1f3" +DOWNLOAD="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools/snapshot/sbo-maintainer-tools-0.9.1.tar.gz" +MD5SUM="e4c0e3653d9e0d08a40509a09091a954" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |