From: Jim Meyering Date: Sun, 6 Feb 2005 18:19:17 +0000 (+0000) Subject: s/MD5 and SHA1 signatures/MD5 and SHA1 checksums/ X-Git-Tag: CPPI-1_12~1503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05132205af6fb6a0618024ddb6df8a53cdeeea6b;p=thirdparty%2Fcoreutils.git s/MD5 and SHA1 signatures/MD5 and SHA1 checksums/ --- diff --git a/announce-gen b/announce-gen index 45ab1b29bd..051159231d 100755 --- a/announce-gen +++ b/announce-gen @@ -6,7 +6,7 @@ use Getopt::Long; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.22 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.23 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; my %valid_release_types = map {$_ => 1} qw (alpha beta major); @@ -134,7 +134,7 @@ sub print_signatures (@) { my (@file) = @_; - print "Here are the MD5 and SHA1 signatures:\n"; + print "Here are the MD5 and SHA1 checksums:\n"; print "\n"; foreach my $meth (qw (md5 sha1))