mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libscrypt: Updated for version 1.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
39b6d44ab9
commit
9b619ebf7a
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2013-2014 LEVAI Daniel
|
||||
# Copyright (c) 2013-2015 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# * Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libscrypt
|
||||
VERSION=${VERSION:-1.19}
|
||||
VERSION=${VERSION:-1.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libscrypt"
|
||||
VERSION="1.19"
|
||||
VERSION="1.20"
|
||||
HOMEPAGE="https://github.com/technion/libscrypt"
|
||||
DOWNLOAD="https://github.com/technion/libscrypt/archive/v1.19.tar.gz"
|
||||
MD5SUM="1ba156d134c8852b39546012e3d00d17"
|
||||
DOWNLOAD="https://github.com/technion/libscrypt/archive/v1.20.tar.gz"
|
||||
MD5SUM="35c78aca7902061c49e5c517305b1534"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue