summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
index 4a0fb53bfb..7a1829f8c1 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLCrypto.pm
@@ -1,4 +1,4 @@
-# $Id: TLCrypto.pm 59044 2021-05-01 22:05:56Z karl $
+# $Id: TLCrypto.pm 59224 2021-05-16 16:50:31Z karl $
# TeXLive::TLCrypto.pm - handle checksums and signatures.
# Copyright 2016-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -12,7 +12,7 @@ use TeXLive::TLConfig;
use TeXLive::TLUtils qw(debug ddebug win32 which platform
conv_to_w32_path tlwarn tldie);
-my $svnrev = '$Revision: 59044 $';
+my $svnrev = '$Revision: 59224 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -20,7 +20,7 @@ sub module_revision { return $_modulerevision; }
=head1 NAME
-C<TeXLive::TLCrypto> -- checksums and cryptographic signatures
+C<TeXLive::TLCrypto> -- TeX Live checksums and cryptographic signatures
=head1 SYNOPSIS
@@ -655,7 +655,7 @@ Also the standard modules L<Digest::MD5> and L<Digest::SHA>.
=head1 AUTHORS AND COPYRIGHT
This script and its documentation were written for the TeX Live
-distribution (L<http://tug.org/texlive>) and both are licensed under the
+distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
=cut