summaryrefslogtreecommitdiffstats
path: root/system/xjobs
diff options
context:
space:
mode:
Diffstat (limited to 'system/xjobs')
-rw-r--r--system/xjobs/slack-desc2
-rw-r--r--system/xjobs/xjobs.SlackBuild4
-rw-r--r--system/xjobs/xjobs.info6
3 files changed, 5 insertions, 7 deletions
diff --git a/system/xjobs/slack-desc b/system/xjobs/slack-desc
index 2b351513be..7ee06670e0 100644
--- a/system/xjobs/slack-desc
+++ b/system/xjobs/slack-desc
@@ -7,7 +7,7 @@
|-----handy-ruler---------------------------------------------------------|
xjobs: xjobs (execute jobs in parallel)
-xjobs:
+xjobs:
xjobs: xjobs reads job descriptions line by line and executes them in
xjobs: parallel. xjobs is most useful on multiprocessor machines when
xjobs: one needs to execute several time consuming commands that could
diff --git a/system/xjobs/xjobs.SlackBuild b/system/xjobs/xjobs.SlackBuild
index 09d28b575a..568152fd34 100644
--- a/system/xjobs/xjobs.SlackBuild
+++ b/system/xjobs/xjobs.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xjobs
-VERSION=20100311
+VERSION=20100915
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/system/xjobs/xjobs.info b/system/xjobs/xjobs.info
index 5ddfcd183d..77775f6158 100644
--- a/system/xjobs/xjobs.info
+++ b/system/xjobs/xjobs.info
@@ -1,8 +1,8 @@
PRGNAM="xjobs"
-VERSION="20100311"
+VERSION="20100915"
HOMEPAGE="http://www.maier-komor.de/xjobs.html"
-DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100311.tgz"
-MD5SUM="f20ce2b9df520a278db2c8482fb17009"
+DOWNLOAD="http://www.maier-komor.de/xjobs/xjobs-20100915.tgz"
+MD5SUM="df9310c060a4b8c467e240495ad495b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"