Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion get-version.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading