From a5f05a0381c6c251f119f0c8e60dbaf40298122a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 15 Oct 2019 01:29:45 +0000 Subject: allow for https CTAN mirrors git-svn-id: svn://tug.org/texlive/trunk@52387 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-ctan-mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-ctan-mirrors b/Master/tlpkg/bin/tl-update-ctan-mirrors index 52e286db209..f4bd33b8ddf 100755 --- a/Master/tlpkg/bin/tl-update-ctan-mirrors +++ b/Master/tlpkg/bin/tl-update-ctan-mirrors @@ -99,7 +99,7 @@ sub read_readme_mirror { } next if ! defined($mirror); - if (m!^ URL: (ftp|http|rsync)://([-a-zA-Z0-9.]+)/([-\w/]*)!) { + if (m!^ URL: (ftp|https?|rsync)://([-a-zA-Z0-9.]+)/([-\w/]*)!) { $protocols{$1} = "$2/$3"; next; } -- cgit v1.2.3