summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-21 03:01:10 +0000
committerNorbert Preining <norbert@preining.info>2021-04-21 03:01:10 +0000
commit20788e2817af7ef0b25395c161b06e7a1446b8b1 (patch)
treef559ca4cfaa8f1fa63d1f8a44f16805204001acd /systems/texlive/tlnet/install-tl
parentd65c208b161ffee9ce5343fdfdb17d00523cecae (diff)
CTAN sync 202104210301
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl8
1 files changed, 4 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index e839c5dc75..c31dac0f41 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 58829 2021-04-11 14:25:47Z siepo $
+# $Id: install-tl 58931 2021-04-20 22:20:56Z karl $
# Copyright 2007-2021
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 58829 $';
+my $svnrev = '$Revision: 58931 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -2736,7 +2736,7 @@ http(s), ftp, or scp. The documentation for C<tlmgr> has the details
(L<https://tug.org/texlive/doc/tlmgr.html#OPTIONS>).
For installation, the default is to pick a mirror automatically, using
-L<http://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is
+L<https://mirror.ctan.org/systems/texlive/tlnet>; the chosen mirror is
used for the entire download. You can use the special argument C<ctan>
as an abbreviation for this. (See L<https://ctan.org> for more about CTAN
and its mirrors.)
@@ -3116,7 +3116,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 58829 2021-04-11 14:25:47Z siepo $
+$Id: install-tl 58931 2021-04-20 22:20:56Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html