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.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d3743cbdc2
commit
0a517ebca8
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.
|
||||
|
||||
# 20241011 bkw: update for v0.9.3.
|
||||
# 20240807 bkw: update for v0.9.2.1.
|
||||
# 20240802 bkw: update for v0.9.1.
|
||||
# 20230701 bkw: update for v0.9.0.
|
||||
|
@ -21,7 +22,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sbo-maintainer-tools
|
||||
VERSION=${VERSION:-0.9.2.1}
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sbo-maintainer-tools"
|
||||
VERSION="0.9.2.1"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools/snapshot/sbo-maintainer-tools-0.9.2.1.tar.gz"
|
||||
MD5SUM="ea1c4e913846755ff3b9136514e91912"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/repos/sbo-maintainer-tools/snapshot/sbo-maintainer-tools-0.9.3.tar.gz"
|
||||
MD5SUM="f22b199becb11b1ef24aaefdb11d8abb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue