mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/sbo-maintainer-tools: Updated for version 0.9.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e5aa98b06
commit
6acb0d6e81
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# 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.
|
||||
|
@ -18,7 +19,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sbo-maintainer-tools
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sbo-maintainer-tools"
|
||||
VERSION="0.8.2"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.8.2.tar.gz"
|
||||
MD5SUM="3f9a77197b5c68f651d604b12dff0203"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/sbo-maintainer-tools-0.9.0.tar.gz"
|
||||
MD5SUM="d3aaf7c555b761996a4325602660c1f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue