mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libscrypt: Updated for version 1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
602e89befa
commit
a31cc2d125
4 changed files with 5 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libscrypt
|
||||
VERSION=${VERSION:-1.15}
|
||||
VERSION=${VERSION:-1.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,8 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
[ -e $CWD/v$VERSION.tar.gz ] && tar xvf $CWD/v$VERSION.tar.gz
|
||||
[ -e $CWD/$PRGNAM-v$VERSION.tar.gz ] && tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libscrypt"
|
||||
VERSION="1.15"
|
||||
VERSION="1.18"
|
||||
HOMEPAGE="https://github.com/technion/libscrypt"
|
||||
DOWNLOAD="https://github.com/technion/libscrypt/archive/v1.15.tar.gz"
|
||||
MD5SUM="7e4d79b4abd6f4fa19f4103c807c288a"
|
||||
DOWNLOAD="https://github.com/technion/libscrypt/archive/v1.18.tar.gz"
|
||||
MD5SUM="e95de8a26e13f78b3f67e5833582b34e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
Loading…
Reference in a new issue