diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-01-09 01:12:29 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-13 14:43:33 -0600 |
commit | 48912ef4186f463b61c0c668ce7386cb9481ad55 (patch) | |
tree | 6430420101f05111843ca07e6fd6c8ca08753348 /system/xjobs | |
parent | ea5b31309efc6e37d8a250167f593a8ac64c04bb (diff) | |
download | slackbuilds-48912ef4186f463b61c0c668ce7386cb9481ad55.tar.gz |
system/xjobs: Updated for version 20110730.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/xjobs')
-rw-r--r-- | system/xjobs/slack-desc | 2 | ||||
-rw-r--r-- | system/xjobs/xjobs.SlackBuild | 4 | ||||
-rw-r--r-- | system/xjobs/xjobs.info | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/xjobs/slack-desc b/system/xjobs/slack-desc index 0f5e1a7b48..22a887df43 100644 --- a/system/xjobs/slack-desc +++ b/system/xjobs/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler---------------------------------------------------------| + |-----handy-ruler------------------------------------------------------| xjobs: xjobs (execute jobs in parallel) xjobs: xjobs: xjobs reads job descriptions line by line and executes them in diff --git a/system/xjobs/xjobs.SlackBuild b/system/xjobs/xjobs.SlackBuild index d352a87596..c6de19eb83 100644 --- a/system/xjobs/xjobs.SlackBuild +++ b/system/xjobs/xjobs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xjobs -# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xjobs -VERSION=20110724 +VERSION=${VERSION:-20110730} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/xjobs/xjobs.info b/system/xjobs/xjobs.info index fb9d8d98b1..e57e56bb26 100644 --- a/system/xjobs/xjobs.info +++ b/system/xjobs/xjobs.info @@ -1,10 +1,10 @@ PRGNAM="xjobs" -VERSION="20110724" +VERSION="20110730" HOMEPAGE="http://www.maier-komor.de/xjobs.html" -DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20110724.tgz" -MD5SUM="16fa95b8bcbfdfd1698f1fec5b4e9d2c" +DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20110730.tgz" +MD5SUM="4a6547455adae84dc72a1519f516f86f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" +APPROVED="rworkman,Niels Horn" |