Skip to content

Commit 041a212

Browse files
committed
Update version numbers to 1.3.3.
This will be scrypt 1.3.3.
1 parent e0ca4ba commit 041a212

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@ Official releases
122122
The `scrypt` utility has been tested on FreeBSD, NetBSD, OpenBSD, Linux
123123
(Slackware, CentOS, Gentoo, Ubuntu), Solaris, OS X, Cygwin, and GNU Hurd.
124124

125-
* [scrypt version 1.3.2 source tarball](
126-
https://www.tarsnap.com/scrypt/scrypt-1.3.2.tgz)
127-
* [GPG-signed SHA256 for scrypt version 1.3.2](
128-
https://www.tarsnap.com/scrypt/scrypt-sigs-1.3.2.asc) (signature
125+
* [scrypt version 1.3.3 source tarball](
126+
https://www.tarsnap.com/scrypt/scrypt-1.3.3.tgz)
127+
* [GPG-signed SHA256 for scrypt version 1.3.3](
128+
https://www.tarsnap.com/scrypt/scrypt-sigs-1.3.3.asc) (signature
129129
generated using Tarsnap [code signing key](
130130
https://www.tarsnap.com/tarsnap-signing-key.asc))
131131

132132
This cleartext signature of the SHA256 output can be verified with:
133133

134-
gpg --decrypt scrypt-sigs-1.3.2.asc
134+
gpg --decrypt scrypt-sigs-1.3.3.asc
135135

136136
You may then compare the displayed hash to the SHA256 hash of
137-
`scrypt-1.3.2.tgz`.
137+
`scrypt-1.3.3.tgz`.
138138

139139
In addition, `scrypt` is available in the OpenBSD and FreeBSD ports trees and
140140
in NetBSD pkgsrc as `security/scrypt`.

get-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
version=1.3.2-head
3+
version=1.3.3-head
44

55
# This script outputs a version number for this project to stdout.
66
# - if $SCRYPT_VERSION is given, it is used.

0 commit comments

Comments
 (0)