mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/dwmblocks: Update for 20240420
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5bb712c746
commit
eaf0842d8b
2 changed files with 5 additions and 5 deletions
|
@ -25,13 +25,13 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dwmblocks
|
||||
VERSION=${VERSION:-20240319}
|
||||
VERSION=${VERSION:-20240420}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
SRCNAM=dwmblocks-async
|
||||
COMMIT=${COMMIT:-8ebe985db8c0818e6316b8b4b82e20d6f680c017}
|
||||
COMMIT=${COMMIT:-fe538a7a2fc52e991a553bd76719735141658844}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dwmblocks"
|
||||
VERSION="20240319"
|
||||
VERSION="20240420"
|
||||
HOMEPAGE="https://github.com/UtkarshVerma/dwmblocks-async"
|
||||
DOWNLOAD="https://github.com/UtkarshVerma/dwmblocks-async/archive/8ebe985/dwmblocks-async-8ebe985db8c0818e6316b8b4b82e20d6f680c017.tar.gz"
|
||||
MD5SUM="a20824ce2b71beb6c804a4ca19632aa8"
|
||||
DOWNLOAD="https://github.com/UtkarshVerma/dwmblocks-async/archive/fe538a7/dwmblocks-async-fe538a7a2fc52e991a553bd76719735141658844.tar.gz"
|
||||
MD5SUM="40155bf796f0be1799853bb51bf77963"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue