diff options
author | Erik Hanson <erik@slackbuilds.org> | 2013-10-20 15:25:39 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-20 15:25:39 +0200 |
commit | aa7cda72ec4e7ce62aefed4187a3afb337457ba4 (patch) | |
tree | 437410c825dea1ea31bfb94ee23762d64b1f3ef6 /system | |
parent | 76ea7a123b45578a2f6e249ddd0e0b2a6e4a0366 (diff) | |
download | slackbuilds-aa7cda72ec4e7ce62aefed4187a3afb337457ba4.tar.gz |
system/parallel: Updated for version 20130722.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/parallel/parallel.SlackBuild | 4 | ||||
-rw-r--r-- | system/parallel/parallel.info | 6 | ||||
-rw-r--r-- | system/parallel/slack-desc | 10 |
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) |