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