diff options
author | Thomas Morper <thomas@beingboiled.info> | 2017-07-16 11:15:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:55:58 +0700 |
commit | 0d10651a495ee3dcc190dd4e6c3a22bf32b4a9f5 (patch) | |
tree | 6ea008a5357d9f20469548f5d14e96318f85e63b | |
parent | f251dac0ebc0525ff8a1d5fa9c42bcb085aa08f7 (diff) | |
download | slackbuilds-0d10651a495ee3dcc190dd4e6c3a22bf32b4a9f5.tar.gz |
misc/par2cmdline: Updated for version 0.7.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | misc/par2cmdline/README | 8 | ||||
-rw-r--r-- | misc/par2cmdline/par2cmdline.SlackBuild | 10 | ||||
-rw-r--r-- | misc/par2cmdline/par2cmdline.info | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/misc/par2cmdline/README b/misc/par2cmdline/README index db66c7ad42..3d3c9100f4 100644 --- a/misc/par2cmdline/README +++ b/misc/par2cmdline/README @@ -1,7 +1,7 @@ par2cmdline (Commandline implementation of PARv2.0 specification) -par2cmdline is a GPL-licensed commandline tool for creating and using PAR2 -parity sets to detect damage in files and repair them if necessary. The -program uses Reed Solomon Coding to perform its error correction. A useful -program for checking and ensuring the integrity of binaries retrieved from +par2cmdline is a GPL-licensed commandline tool for creating and using PAR2 +parity sets to detect damage in files and repair them if necessary. The +program uses Reed Solomon Coding to perform its error correction. A useful +program for checking and ensuring the integrity of binaries retrieved from usenet for instance. diff --git a/misc/par2cmdline/par2cmdline.SlackBuild b/misc/par2cmdline/par2cmdline.SlackBuild index 5e45492264..c1dfc0d6f7 100644 --- a/misc/par2cmdline/par2cmdline.SlackBuild +++ b/misc/par2cmdline/par2cmdline.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for par2cmdline -# Copyright 2014-2015, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany +# Copyright 2014-2017, Thomas Morper <thomas@beingboiled.info>, Augsburg, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=par2cmdline -VERSION=${VERSION:-0.6.13} +VERSION=${VERSION:-0.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/misc/par2cmdline/par2cmdline.info b/misc/par2cmdline/par2cmdline.info index 1fd6c27bbb..c46902933b 100644 --- a/misc/par2cmdline/par2cmdline.info +++ b/misc/par2cmdline/par2cmdline.info @@ -1,8 +1,8 @@ PRGNAM="par2cmdline" -VERSION="0.6.13" +VERSION="0.7.3" HOMEPAGE="https://github.com/Parchive/par2cmdline" -DOWNLOAD="https://github.com/Parchive/par2cmdline/archive/v0.6.13.tar.gz" -MD5SUM="56f8d315530497946e58659ff9138683" +DOWNLOAD="https://github.com/Parchive/par2cmdline/archive/v0.7.3/par2cmdline-0.7.3.tar.gz" +MD5SUM="93104e725671ef6ba1083e2dab2d7e74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |