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