From 8a64caefc9bb0d4afe66b6bf09cf8f283a5e386e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 23 Mar 2022 03:01:06 +0000 Subject: CTAN sync 202203230301 --- systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm index 87de81470a..8c1d3058f5 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm @@ -1,4 +1,4 @@ -# $Id: TLConfig.pm 62096 2022-02-20 13:57:50Z preining $ +# $Id: TLConfig.pm 62878 2022-03-21 21:34:51Z karl $ # TeXLive::TLConfig.pm - module exporting configuration values # Copyright 2007-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -7,7 +7,7 @@ use strict; use warnings; package TeXLive::TLConfig; -my $svnrev = '$Revision: 62096 $'; +my $svnrev = '$Revision: 62878 $'; my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown"; sub module_revision { return $_modulerevision; } @@ -182,7 +182,7 @@ our %TLPDBConfigs = ( "container_format" => $DefaultCompressorFormat, "minrelease" => $MinRelease, "release" => $ReleaseYear, - "frozen" => 0, + "frozen" => 1, ); # definition of the option strings and their value types -- cgit v1.2.3