system/scrypt: Updated for version 1.3.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a45beaa5c
commit
17f972c90d
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for scrypt
|
||||
|
||||
# Copyright (c) 2011-2013 LEVAI Daniel
|
||||
# Copyright 2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2020-2023 Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=scrypt
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -101,7 +98,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a FORMAT tests $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp -a FORMAT README.md $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scrypt"
|
||||
VERSION="1.3.1"
|
||||
VERSION="1.3.2"
|
||||
HOMEPAGE="http://www.tarsnap.com/scrypt.html"
|
||||
DOWNLOAD="http://www.tarsnap.com/scrypt/scrypt-1.3.1.tgz"
|
||||
MD5SUM="1f5aded31478319357c2c611eb5c4f71"
|
||||
DOWNLOAD="http://www.tarsnap.com/scrypt/scrypt-1.3.2.tgz"
|
||||
MD5SUM="82922531d2a0eafb72d1fe9cfaf23432"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue