mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/worker: Updated for version 4.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd5340483d
commit
28b3306a82
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=worker
|
||||
VERSION=${VERSION:-4.9.0}
|
||||
VERSION=${VERSION:-4.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="worker"
|
||||
VERSION="4.9.0"
|
||||
VERSION="4.10.0"
|
||||
HOMEPAGE="http://www.boomerangsworld.de/worker/"
|
||||
DOWNLOAD="http://www.boomerangsworld.de/cms/worker/downloads/worker-4.9.0.tar.bz2"
|
||||
MD5SUM="b6eea9435811fd5452281577009f64ba"
|
||||
DOWNLOAD="http://www.boomerangsworld.de/cms/worker/downloads/worker-4.10.0.tar.bz2"
|
||||
MD5SUM="1c75fa07a2eff5bb06c953539ba9ae7c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="avfs"
|
||||
|
|
Loading…
Reference in a new issue