summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/parallel/parallel.SlackBuild4
-rw-r--r--system/parallel/parallel.info6
-rw-r--r--system/parallel/slack-desc10
3 files changed, 10 insertions, 10 deletions
diff --git a/system/parallel/parallel.SlackBuild b/system/parallel/parallel.SlackBuild
index 6966b3812b..3ce30bb4ac 100644
--- a/system/parallel/parallel.SlackBuild
+++ b/system/parallel/parallel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GNU Parallel
-# Copyright 2010-2012 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2010-2013 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=parallel
-VERSION=${VERSION:-20120322}
+VERSION=${VERSION:-20130722}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/parallel/parallel.info b/system/parallel/parallel.info
index a9d3cef564..75371b846f 100644
--- a/system/parallel/parallel.info
+++ b/system/parallel/parallel.info
@@ -1,8 +1,8 @@
PRGNAM="parallel"
-VERSION="20120322"
+VERSION="20130722"
HOMEPAGE="http://www.gnu.org/software/parallel/"
-DOWNLOAD="http://ftp.gnu.org/gnu/parallel/parallel-20120322.tar.bz2"
-MD5SUM="ceb12fd5eac4a9d2ca18ffebe970b0be"
+DOWNLOAD="http://ftp.gnu.org/gnu/parallel/parallel-20130722.tar.bz2"
+MD5SUM="ddb92b545af782b4d6288c65ef28847e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/parallel/slack-desc b/system/parallel/slack-desc
index 397b1c8662..4aa21ec349 100644
--- a/system/parallel/slack-desc
+++ b/system/parallel/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
parallel: parallel (run command lines simultaneously in parallel)