From 6888922f8e939eeb36fbfd47c6ac2cfb62fa25cc Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 8 Sep 2018 14:28:53 -0400 Subject: [PATCH] latex: Fix checkver --- latex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex.json b/latex.json index 155f3856cc..b55011d91b 100644 --- a/latex.json +++ b/latex.json @@ -9,13 +9,13 @@ "hash": "c8b85fc4694d748e8e481ea8e9a31057688c9e16dda8ea7686c00b29b9d6f6e2", "env_add_path": "texmfs\\install\\miktex\\bin", "checkver": { - "url": "https://miktex.org/portable", + "url": "https://miktex.org/download#portable", "re": "miktex-portable-([\\d.]+).exe" }, "autoupdate": { "url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-$version.exe#/dl.7z", "hash": { - "url": "https://miktex.org/portable", + "url": "https://miktex.org/download#portable", "find": "SHA-256:\\s*\\s*([a-fA-F0-9]{64})" } }