2019-06-30 19:51:25 +08:00

39 lines
1.2 KiB
JSON

{
"homepage": "https://miktex.org",
"version": "2.9.7100",
"license": {
"identifier": "Freeware",
"url": "https://miktex.org/copying"
},
"description": "An up-to-date implementation of TeX/LaTeX and related programs.",
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7100.exe",
"hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd",
"installer": {
"args": [
"--portable=\"$dir\"",
"--unattended",
"--private"
]
},
"bin": [
[
"texmfs\\install\\miktex\\bin\\miktex-console.exe",
"miktex",
"--hide --mkmaps"
]
],
"env_add_path": "texmfs\\install\\miktex\\bin",
"persist": "texmfs\\config",
"checkver": {
"url": "https://miktex.org/download",
"regex": "basic-miktex-([\\d.]+).exe"
},
"autoupdate": {
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-$version.exe",
"hash": {
"url": "https://miktex.org/download",
"regex": "(?sm)$basename</td>.*?$sha256"
}
}
}