aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-22 23:11:26 +0000
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-23 22:25:57 +0000
commit8fba36b242f6c22673da6577732ff52e4bba09b7 (patch)
tree43bbf6d09389c3338c331543aca7a029449e8d85 /build_tools
parent8b44358c53d9a55a60490ef6d33152079eca5fc2 (diff)
make_tarball: generate SHA-256 hashes, not SHA-1
Closes #3048.
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_tarball.sh b/build_tools/make_tarball.sh
index 1e24de0f..3e070c11 100755
--- a/build_tools/make_tarball.sh
+++ b/build_tools/make_tarball.sh
@@ -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