misc/par2cmdline: Updated for version 0.6.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thomas Morper 2014-08-17 13:57:19 +07:00 committed by Willy Sudiarto Raharjo
parent c97a007b6a
commit d053efb799
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=par2cmdline
VERSION=${VERSION:-0.6.6}
VERSION=${VERSION:-0.6.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +64,10 @@ tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix permissions.
chmod 644 ChangeLog INSTALL NEWS
@ -113,7 +113,7 @@ ln -s par2.1.gz par2verify.1.gz
cd -
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL PORTING README README.md ROADMAP \
cp -a AUTHORS COPYING ChangeLog INSTALL PORTING README README.md ROADMAP \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="par2cmdline"
VERSION="0.6.6"
VERSION="0.6.8"
HOMEPAGE="https://github.com/BlackIkeEagle/par2cmdline"
DOWNLOAD="https://github.com/BlackIkeEagle/par2cmdline/archive/v0.6.6.tar.gz"
MD5SUM="1ab3689dfc49c8825ffc6c157ded2248"
DOWNLOAD="https://github.com/BlackIkeEagle/par2cmdline/archive/v0.6.8.tar.gz"
MD5SUM="e161b62d4e57f721b6b457028535d1da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""