2021-02-23 09:00:24 +00:00

62 lines
2.1 KiB
JSON

{
"version": "21.2",
"description": "MikTeX is an up-to-date implementation of TeX/LaTeX and related programs.",
"homepage": "https://miktex.org",
"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-21.2-x64.exe",
"hash": "cb4160f7d3f310ff3490b51004596c2e42d272c08e8a1143d0757ece1ebf9d07",
"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-21.2.exe",
"hash": "e340620195ca259407edc8bdd493f7e17e246b870afc22bfd6b727eabd2df2a2",
"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</td>.*?$sha256"
}
}
}