2019-11-28 09:01:48 +00:00

62 lines
2.1 KiB
JSON

{
"homepage": "https://miktex.org",
"version": "2.9.7269",
"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-2.9.7269-x64.exe",
"hash": "f71d44747d156a79631f68069ee3df1aba68360a97bbc0bb62f5ca9674b4b1c7",
"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-2.9.7269.exe",
"hash": "36d83e62747240a56be1562f3e25346eecc304c77f9e18d57de2289ddb57f377",
"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"
}
}
}