summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTreeve Jelbert2021-08-16 11:40:01 +0200
committerTreeve Jelbert2021-08-17 15:43:56 +0200
commita22c8680ce5f3d34bd5f3907db9f759e2e50d213 (patch)
treec84a2b8010e82c6d84379998b288b950e1cffc7d /crypto
parent3320b81876795b564380fb87b422542a440f257b (diff)
scrypt: => 1.3.1
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/scrypt/DETAILS4
-rw-r--r--crypto/scrypt/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/crypto/scrypt/DETAILS b/crypto/scrypt/DETAILS
index f4f18e734c..47ca579bfa 100755
--- a/crypto/scrypt/DETAILS
+++ b/crypto/scrypt/DETAILS
@@ -1,8 +1,8 @@
SPELL=scrypt
- VERSION=1.3.0
+ VERSION=1.3.1
SOURCE=${SPELL}-${VERSION}.tgz
SOURCE_URL[0]=https://www.tarsnap.com/scrypt/${SOURCE}
- SOURCE_HASH=sha256:263034edd4d1e117d4051d9a9260c74dedb0efaf4491c5152b738978b3f32748:UPSTREAM_HASH
+ SOURCE_HASH=sha256:df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://www.tarsnap.com/scrypt.html
ENTERED=20100528
diff --git a/crypto/scrypt/HISTORY b/crypto/scrypt/HISTORY
index 68ea362588..c144e0cf3d 100644
--- a/crypto/scrypt/HISTORY
+++ b/crypto/scrypt/HISTORY
@@ -1,3 +1,6 @@
+2021-08-16 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.3.1
+
2020-04-06 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.3.0
* DEPENDS, PRE_BUILD: made meson optional