From 5a248df6b2d8cb70cc615066f163b82b89df2ad0 Mon Sep 17 00:00:00 2001 From: yigitemres Date: Tue, 20 Mar 2018 20:19:32 +0300 Subject: [PATCH] Changing miktex url to ctan! (#2131) --- latex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex.json b/latex.json index aa63ca5a9c..58b9aa1713 100644 --- a/latex.json +++ b/latex.json @@ -2,7 +2,7 @@ "homepage": "https://miktex.org", "version": "2.9.6621", "license": "https://miktex.org/copying", - "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-2.9.6621.exe#/dl.7z", + "url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-2.9.6621.exe#/dl.7z", "hash": "cc5a8ef0822378c72a3b95fa43852c740ba8c3b07b440e963db0e73f25a4f213", "env_add_path": "texmfs\\install\\miktex\\bin", "checkver": { @@ -10,7 +10,7 @@ "re": "miktex-portable-([\\d.]+).exe" }, "autoupdate": { - "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-$version.exe#/dl.7z", + "url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-$version.exe#/dl.7z", "hash": { "url": "https://miktex.org/portable", "find": "SHA-256:\\s*\\s*([a-fA-F0-9]{64})"