From 9c8c7f9251064b5f3dd2a63efa00f55370bd382c Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 30 Mar 2023 12:12:09 +0800 Subject: [PATCH] make_tarball: correct a comment --- build_tools/make_tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/make_tarball.sh b/build_tools/make_tarball.sh index 9bed4cda9..ec875afe9 100755 --- a/build_tools/make_tarball.sh +++ b/build_tools/make_tarball.sh @@ -74,6 +74,6 @@ rm -r "$PREFIX_TMPDIR" # xz it xz "$path" -# Output what we did, and the sha1 hash +# Output what we did, and the sha256 hash echo "Tarball written to $path".xz openssl dgst -sha256 "$path".xz