summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xannounce-gen6
1 files changed, 3 insertions, 3 deletions
diff --git a/announce-gen b/announce-gen
index 7b3a568fa..1b4acfdd7 100755
--- a/announce-gen
+++ b/announce-gen
@@ -6,7 +6,7 @@ use Getopt::Long;
use Digest::MD5;
use Digest::SHA1;
-(my $VERSION = '$Revision: 1.15 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.16 $ ') =~ tr/[0-9].//cd;
(my $ME = $0) =~ s|.*/||;
my %valid_release_types = map {$_ => 1} qw (alpha beta major);
@@ -252,8 +252,8 @@ EOF
print "\nHere are GPG detached signatures:\n";
foreach my $url (@url_dir_list)
{
- print " $url/$tgz.sig\n";
- print " $url/$tbz.sig\n";
+ print " $url/$tgz.asc\n";
+ print " $url/$tbz.asc\n";
}
# FIXME: clean up upon interrupt or die