summaryrefslogtreecommitdiff
path: root/system/scrypt/scrypt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/scrypt/scrypt.SlackBuild')
-rw-r--r--system/scrypt/scrypt.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/scrypt/scrypt.SlackBuild b/system/scrypt/scrypt.SlackBuild
index bc6f1979fb..3f1f51f3c2 100644
--- a/system/scrypt/scrypt.SlackBuild
+++ b/system/scrypt/scrypt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=scrypt
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,9 +72,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-[ "${PASS:-no}" != "no" ] && \
- zcat $CWD/passphrase-environ.patch.gz | patch -p1 --verbose
-
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \