diff --git a/README.md b/README.md index 7e34fbb6..ad4500d1 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.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 +* [scrypt version 1.3.3 source tarball]( + https://www.tarsnap.com/scrypt/scrypt-1.3.3.tgz) +* [GPG-signed SHA256 for scrypt version 1.3.3]( + https://www.tarsnap.com/scrypt/scrypt-sigs-1.3.3.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.2.asc + gpg --decrypt scrypt-sigs-1.3.3.asc You may then compare the displayed hash to the SHA256 hash of - `scrypt-1.3.2.tgz`. + `scrypt-1.3.3.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 ee93186f..ba5031a2 100644 --- a/get-version.sh +++ b/get-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -version=1.3.2-head +version=1.3.3-head # This script outputs a version number for this project to stdout. # - if $SCRYPT_VERSION is given, it is used.