From 710793dae2d8ae18704c0bf8f816a3619f8da13d Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sun, 1 Oct 2023 15:02:56 -0700 Subject: [PATCH] Update version numbers to 1.3.2. This will be scrypt 1.3.2. --- README.md | 12 ++++++------ get-version.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 105a0dce..085a0249 100644 --- a/README.md +++ b/README.md @@ -122,19 +122,19 @@ Official releases The `scrypt` utility has been tested on FreeBSD, NetBSD, OpenBSD, Linux (Slackware, CentOS, Gentoo, Ubuntu), Solaris, OS X, Cygwin, and GNU Hurd. -* [scrypt version 1.3.1 source tarball]( - https://www.tarsnap.com/scrypt/scrypt-1.3.1.tgz) -* [GPG-signed SHA256 for scrypt version 1.3.1]( - https://www.tarsnap.com/scrypt/scrypt-sigs-1.3.1.asc) (signature +* [scrypt version 1.3.2 source tarball]( + https://www.tarsnap.com/scrypt/scrypt-1.3.2.tgz) +* [GPG-signed SHA256 for scrypt version 1.3.2]( + https://www.tarsnap.com/scrypt/scrypt-sigs-1.3.2.asc) (signature generated using Tarsnap [code signing key]( https://www.tarsnap.com/tarsnap-signing-key.asc)) This cleartext signature of the SHA256 output can be verified with: - gpg --decrypt scrypt-sigs-1.3.1.asc + gpg --decrypt scrypt-sigs-1.3.2.asc You may then compare the displayed hash to the SHA256 hash of - `scrypt-1.3.1.gz`. + `scrypt-1.3.2.tgz`. In addition, `scrypt` is available in the OpenBSD and FreeBSD ports trees and in NetBSD pkgsrc as `security/scrypt`. diff --git a/get-version.sh b/get-version.sh index 51d3db42..ee93186f 100644 --- a/get-version.sh +++ b/get-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -version=1.3.1-head +version=1.3.2-head # This script outputs a version number for this project to stdout. # - if $SCRYPT_VERSION is given, it is used.