make_tarball: generate SHA-256 hashes, not SHA-1

Closes #3048.
This commit is contained in:
David Adam 2016-05-22 23:11:26 +00:00
parent 8b44358c53
commit 8fba36b242

View File

@ -55,4 +55,4 @@ gzip "$path"
# Output what we did, and the sha1 hash
echo "Tarball written to $path".gz
openssl sha1 "$path".gz
openssl dgst -sha256 "$path".gz