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