Skip to content

Commit

Permalink
SHA1 -> SHA256 in checksum chat()
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Jul 31, 2020
1 parent 7b574ed commit 2c24e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menlo-Legacy/lib/Menlo/CLI/Compat.pm
Expand Up @@ -1529,7 +1529,7 @@ sub verify_archive {
sub verify_checksum {
my($self, $file, $chk_file) = @_;

$self->chat("Verifying the SHA1 for $file\n");
$self->chat("Verifying the SHA256 for $file\n");

open my $fh, "<$chk_file" or die "$chk_file: $!";
my $data = join '', <$fh>;
Expand Down

0 comments on commit 2c24e53

Please sign in to comment.