From 8fba36b242f6c22673da6577732ff52e4bba09b7 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 22 May 2016 23:11:26 +0000 Subject: make_tarball: generate SHA-256 hashes, not SHA-1 Closes #3048. --- build_tools/make_tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools') 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 -- cgit v1.2.3