summaryrefslogtreecommitdiff
path: root/lib/Crypt/Digest/SHA512_256.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-11-01 21:24:14 +0100
committergregor herrmann <gregoa@debian.org>2023-11-01 21:24:14 +0100
commitd0028b7800375d4b99b3b7fa0b080463b5f20516 (patch)
tree87c2ee04800120d0124ce4de312f6297f77574bf /lib/Crypt/Digest/SHA512_256.pm
parent0d9dd2adfb84247ac5d89b5e5de45532e670ad89 (diff)
parent91b33728c36084305fcc75cc15901d60ba285a4e (diff)
New upstream version 0.080
Diffstat (limited to 'lib/Crypt/Digest/SHA512_256.pm')
-rw-r--r--lib/Crypt/Digest/SHA512_256.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Digest/SHA512_256.pm b/lib/Crypt/Digest/SHA512_256.pm
index 37e413f5..693f5539 100644
--- a/lib/Crypt/Digest/SHA512_256.pm
+++ b/lib/Crypt/Digest/SHA512_256.pm
@@ -4,7 +4,7 @@ package Crypt::Digest::SHA512_256;
use strict;
use warnings;
-our $VERSION = '0.078';
+our $VERSION = '0.080';
use base qw(Crypt::Digest Exporter);
our %EXPORT_TAGS = ( all => [qw( sha512_256 sha512_256_hex sha512_256_b64 sha512_256_b64u sha512_256_file sha512_256_file_hex sha512_256_file_b64 sha512_256_file_b64u )] );