summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-04-19 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2022-04-19 03:00:52 +0000
commitb0321ddd75259a36e909f25b3abc711dc1732c28 (patch)
tree9d7eac714004161e47b1bd11a37c3401c7a245ba /systems/texlive/tlnet/install-tl
parenta7538780c749168835167a8d30aa65779c89407a (diff)
CTAN sync 202204190300
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 03ea4bf4c5..3c004e96a3 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 63001 2022-04-11 14:03:28Z siepo $
+# $Id: install-tl 63068 2022-04-18 05:58:07Z preining $
# Copyright 2007-2022
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -10,7 +10,7 @@
use strict; use warnings;
-my $svnrev = '$Revision: 63001 $';
+my $svnrev = '$Revision: 63068 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -3201,7 +3201,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 63001 2022-04-11 14:03:28Z siepo $
+$Id: install-tl 63068 2022-04-18 05:58:07Z preining $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html