{ "homepage": "https://miktex.org", "version": "20.10", "description": "MikTeX is an up-to-date implementation of TeX/LaTeX and related programs.", "license": { "identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...", "url": "https://miktex.org/copying" }, "architecture": { "64bit": { "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-20.10-x64.exe", "hash": "cb9434d9ba0cedb480500f9bdfe437cd08fb57583704cabab5697e53bfba610b", "bin": [ [ "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe", "miktex", "--hide --mkmaps" ] ], "env_add_path": "texmfs\\install\\miktex\\bin\\x64" }, "32bit": { "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-20.10.exe", "hash": "aeb6cf3bc78d4e46971594e100c8afaf39fdd12f68e302fdcdbc3e4937796916", "bin": [ [ "texmfs\\install\\miktex\\bin\\miktex-console.exe", "miktex", "--hide --mkmaps" ] ], "env_add_path": "texmfs\\install\\miktex\\bin" } }, "installer": { "args": [ "--portable=\"$dir\"", "--unattended", "--private" ] }, "persist": "texmfs\\config", "checkver": { "url": "https://miktex.org/download", "regex": "basic-miktex-([\\d.]+).exe" }, "autoupdate": { "architecture": { "64bit": { "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe" }, "32bit": { "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-$version.exe" } }, "hash": { "url": "https://miktex.org/download", "regex": "(?sm)$basename.*?$sha256" } } }