summaryrefslogtreecommitdiffstats
path: root/bin/macros/perl-dist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/macros/perl-dist')
-rwxr-xr-xbin/macros/perl-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/macros/perl-dist b/bin/macros/perl-dist
index 45b4c30..c822093 100755
--- a/bin/macros/perl-dist
+++ b/bin/macros/perl-dist
@@ -547,7 +547,7 @@ sub md5sums
sub sha512sums
{
return [ map {
- my $sha = Digest::SHA->new()->addfile($_)->hexdigest;
+ my $sha = Digest::SHA->new(512)->addfile($_)->hexdigest;
} @_ ]
}