mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/slbar: Update for 20230928
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f8bc4879f8
commit
40600bab31
2 changed files with 5 additions and 5 deletions
|
@ -25,12 +25,12 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=slbar
|
||||
VERSION=${VERSION:-20230105}
|
||||
VERSION=${VERSION:-20230928}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
COMMIT=${COMMIT:-74e915ad8b50354b2153709a41972e00556f5c7e}
|
||||
COMMIT=${COMMIT:-3bc29cce75938671bbaa80699f1962de27636b1e}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slbar"
|
||||
VERSION="20230105"
|
||||
VERSION="20230928"
|
||||
HOMEPAGE="https://github.com/Rentib/slbar"
|
||||
DOWNLOAD="https://github.com/Rentib/slbar/archive/74e915a/slbar-74e915ad8b50354b2153709a41972e00556f5c7e.tar.gz"
|
||||
MD5SUM="1a067958e586638c4e86f83cd5482bac"
|
||||
DOWNLOAD="https://github.com/Rentib/slbar/archive/3bc29cc/slbar-3bc29cce75938671bbaa80699f1962de27636b1e.tar.gz"
|
||||
MD5SUM="eddf81da7cdd87bfa7e643ec6c10f4cf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue