summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2021-08-03 21:16:33 +0200
committerSimon Josefsson <simon@josefsson.org>2021-08-03 21:16:33 +0200
commit322a8eb675097122c0c2c6ff8d1fa05ae3b3d60f (patch)
tree55cbdff31ff5aa29a3b36a059d51caf02f66ba5a /build-aux/announce-gen
parent3ace7783656f3e38b6db4e44881959116e581a2b (diff)
downloadgnulib-322a8eb675097122c0c2c6ff8d1fa05ae3b3d60f.tar.gz
announce-gen: Text fix suggested by Jim Meyering.
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index b07cbd7422..2d8a2036b7 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -35,7 +35,7 @@
eval 'exec perl -wSx "$0" "$@"'
if 0;
-my $VERSION = '2021-08-03 15:13'; # UTC
+my $VERSION = '2021-08-03 19:15'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -175,8 +175,8 @@ sub print_checksums (@)
print digest_file_hex($f, "SHA-1"), " $f\n";
print digest_file_base64($f, "SHA-256"), " $f\n";
}
- print "\nPlease note that the SHA256 checksum is base64 encoded and not\n";
- print "hexadecimal (which is the default for most checksum tools).\n\n";
+ print "\nThe SHA256 checksum is base64 encoded and not hexadecimal,\n";
+ print "which is the default for most checksum tools.\n\n";
}
=item C<print_news_deltas ($news_file, $prev_version, $curr_version)