mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/conky: Updated for version 1.13.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81247e2bf6
commit
99c494831e
2 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=conky
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="conky"
|
||||
VERSION="1.12.2"
|
||||
VERSION="1.13.1"
|
||||
HOMEPAGE="https://github.com/brndnmtthws/conky"
|
||||
DOWNLOAD="https://github.com/brndnmtthws/conky/archive/v1.12.2/conky-1.12.2.tar.gz"
|
||||
MD5SUM="31b6d5d139d06f2639813bfa87c372bb"
|
||||
DOWNLOAD="https://github.com/brndnmtthws/conky/archive/v1.13.1/conky-1.13.1.tar.gz"
|
||||
MD5SUM="79080d2df4aca7b927ec6158cc73dfb8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua53 imlib2"
|
||||
|
|
Loading…
Reference in a new issue