2020-03-23 09:01:51 +00:00

62 lines
2.1 KiB
JSON

{
"homepage": "https://miktex.org",
"version": "2.9.7386",
"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.7386-x64.exe",
"hash": "ab831b4289fe2cc65fdd44fd853f570b454caaccda915dacdb8c8d4794306a6d",
"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.7386.exe",
"hash": "e2da88345339034225db455bef04820c1e6c9b5f403c8f6577f4aad63a301596",
"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"
}
}
}