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:
parent
9201643735
commit
f238671dea
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue