diff options
-rw-r--r-- | system/scrypt/scrypt.SlackBuild | 5 | ||||
-rw-r--r-- | system/scrypt/scrypt.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/scrypt/scrypt.SlackBuild b/system/scrypt/scrypt.SlackBuild index 69564341c3..6194609716 100644 --- a/system/scrypt/scrypt.SlackBuild +++ b/system/scrypt/scrypt.SlackBuild @@ -7,6 +7,7 @@ # Now maintained by B. Watson <urchlay@slackware.uk>. # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250328 bkw: update for v1.3.3. # 20241007 bkw: v1.3.2, BUILD=2: # - take over maintenance. # - include COPYRIGHT in doc dir. @@ -16,8 +17,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scrypt -VERSION=${VERSION:-1.3.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.3.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/scrypt/scrypt.info b/system/scrypt/scrypt.info index 723358e066..a120f47935 100644 --- a/system/scrypt/scrypt.info +++ b/system/scrypt/scrypt.info @@ -1,8 +1,8 @@ PRGNAM="scrypt" -VERSION="1.3.2" +VERSION="1.3.3" HOMEPAGE="https://www.tarsnap.com/scrypt.html" -DOWNLOAD="https://www.tarsnap.com/scrypt/scrypt-1.3.2.tgz" -MD5SUM="82922531d2a0eafb72d1fe9cfaf23432" +DOWNLOAD="https://www.tarsnap.com/scrypt/scrypt-1.3.3.tgz" +MD5SUM="6d7e8fe476844065a76bc7e3e8d02720" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |