desktop/battery-notify: Updated for version 1.4.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2024-02-19 11:14:10 +02:00 committed by Willy Sudiarto Raharjo
parent 9201643735
commit f238671dea
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=battery-notify
VERSION=${VERSION:-1.3}
VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="battery-notify"
VERSION="1.3"
VERSION="1.4"
HOMEPAGE="https://gitlab.com/dslackw/battery-notify"
DOWNLOAD="https://gitlab.com/dslackw/battery-notify/-/archive/1.3/battery-notify-1.3.tar.gz"
MD5SUM="8c13d4d962f2e13b14348663ca494d18"
DOWNLOAD="https://gitlab.com/dslackw/battery-notify/-/archive/1.4/battery-notify-1.4.tar.gz"
MD5SUM="d056b8d2cc0d614746a0aa7da7993e37"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-daemon python3-psutil"