Browse Source
system/sbo-maintainer-tools: Updated for version 0.7.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
B. Watson
3 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. |
|
|
|
|
|
|
|
# 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. |
|
|
|
@ -14,7 +15,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=sbo-maintainer-tools |
|
|
|
VERSION=${VERSION:-0.6.3} |
|
|
|
VERSION=${VERSION:-0.7.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="sbo-maintainer-tools" |
|
|
|
VERSION="0.6.3" |
|
|
|
VERSION="0.7.0" |
|
|
|
HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools" |
|
|
|
DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.6.3.tar.gz" |
|
|
|
MD5SUM="0cc6afe47ca4186f6d88b39d7fad1e73" |
|
|
|
DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.7.0.tar.gz" |
|
|
|
MD5SUM="4c38e7c11adf09cbde2ce2eff1ab3a81" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|