mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/conky: Updated for version 1.21.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a0ec2af95
commit
faa85127c1
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=conky
|
||||
VERSION=${VERSION:-1.21.4}
|
||||
VERSION=${VERSION:-1.21.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="conky"
|
||||
VERSION="1.21.4"
|
||||
VERSION="1.21.5"
|
||||
HOMEPAGE="https://github.com/brndnmtthws/conky"
|
||||
DOWNLOAD="https://github.com/brndnmtthws/conky/archive/v1.21.4/conky-1.21.4.tar.gz"
|
||||
MD5SUM="483a61bedca90ff4d551ff776ae066a4"
|
||||
DOWNLOAD="https://github.com/brndnmtthws/conky/archive/v1.21.5/conky-1.21.5.tar.gz"
|
||||
MD5SUM="a4dfeb105a9fcccd49c80aca70e8136e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua53 imlib2"
|
||||
|
|
Loading…
Reference in a new issue