diff options
author | Eugene M <damagedone@gmx.com> | 2020-01-02 21:00:53 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-02 23:33:51 -0600 |
commit | b9b78f41da53e26d0a85dc7aaead7a4cde003fea (patch) | |
tree | 894181efc74b3a605dafd7f789129db38c0f9c6d /system/worker/worker.SlackBuild | |
parent | 2d381434948422b0a6cce9f119eb3070803d5ea2 (diff) | |
download | slackbuilds-b9b78f41da53e26d0a85dc7aaead7a4cde003fea.tar.gz |
system/worker: Updated for version 4.2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/worker/worker.SlackBuild')
-rw-r--r-- | system/worker/worker.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/worker/worker.SlackBuild b/system/worker/worker.SlackBuild index 6609c04762..b97022855f 100644 --- a/system/worker/worker.SlackBuild +++ b/system/worker/worker.SlackBuild @@ -1,5 +1,4 @@ #!/bin/sh -# This script creates a Slackware package from the worker source # Copyright 2006,2009 Robby Workman, Northport, Alabama, USA # All rights reserved. @@ -27,7 +26,7 @@ # Modified by Eugene M., <damagedone at gmx dot com PRGNAM=worker -VERSION=${VERSION:-4.1.0} +VERSION=${VERSION:-4.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |