diff options
author | Eugene M <damagedone@gmx.com> | 2020-02-08 02:10:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:10:51 +0700 |
commit | 3603386ed4995107342dfd5534be1489020718bf (patch) | |
tree | d0cba15f859b804ab5437bb7ac90920833ceae11 /system/worker/worker.SlackBuild | |
parent | 4484f5f20246643375f21b5a37b622bdc3bda455 (diff) | |
download | slackbuilds-3603386ed4995107342dfd5534be1489020718bf.tar.gz |
system/worker: Updated for version 4.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/worker/worker.SlackBuild')
-rw-r--r-- | system/worker/worker.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/worker/worker.SlackBuild b/system/worker/worker.SlackBuild index b97022855f..37caf6a860 100644 --- a/system/worker/worker.SlackBuild +++ b/system/worker/worker.SlackBuild @@ -1,4 +1,5 @@ #!/bin/sh +# This script creates a Slackware package from the worker source # Copyright 2006,2009 Robby Workman, Northport, Alabama, USA # All rights reserved. @@ -26,7 +27,7 @@ # Modified by Eugene M., <damagedone at gmx dot com PRGNAM=worker -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |