Browse Source
system/sbo-maintainer-tools: Updated for version 0.8.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
B. Watson
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
4 deletions
-
system/sbo-maintainer-tools/sbo-maintainer-tools.SlackBuild
-
system/sbo-maintainer-tools/sbo-maintainer-tools.info
|
|
@ -6,6 +6,7 @@ |
|
|
|
|
|
|
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. |
|
|
|
|
|
|
|
# 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. |
|
|
@ -16,7 +17,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=sbo-maintainer-tools |
|
|
|
VERSION=${VERSION:-0.8.0} |
|
|
|
VERSION=${VERSION:-0.8.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="sbo-maintainer-tools" |
|
|
|
VERSION="0.8.0" |
|
|
|
VERSION="0.8.1" |
|
|
|
HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" |
|
|
|
DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.8.0.tar.gz" |
|
|
|
MD5SUM="1fa75a124932976c31abe6400ac042e0" |
|
|
|
DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.8.1.tar.gz" |
|
|
|
MD5SUM="c293fde316e3fc260309cb22018c184f" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|