]> Savannah Git Hosting - gnulib.git/commitdiff
announce-gen: Text fix suggested by Jim Meyering.
authorSimon Josefsson <simon@josefsson.org>
Tue, 3 Aug 2021 19:16:33 +0000 (21:16 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 3 Aug 2021 19:16:33 +0000 (21:16 +0200)
build-aux/announce-gen

index b07cbd742272625f89353bfd5b6672eec39d7c34..2d8a2036b7fa684ef5adec2b680e3357ad6f15a0 100755 (executable)
@@ -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)