2023-10-06 12:30:27 +00:00

54 lines
1.8 KiB
JSON

{
"version": "23.10",
"description": "An up-to-date implementation of TeX/LaTeX and related programs [Deprecated. Use 'miktex'].",
"homepage": "https://miktex.org",
"license": {
"identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...",
"url": "https://miktex.org/copying"
},
"notes": "[Deprecated] This is a duplicate of the 'miktex' package. The name 'latex' is just kept for historical reasons.",
"architecture": {
"64bit": {
"url": "https://mirrors.mit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-23.10-x64.exe",
"hash": "c07f61ab9e21ab107064ea50a3ea6998f921b85c4e1a459bbd95c93e5aaba0ac",
"bin": [
[
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
"miktex",
"--hide --mkmaps"
]
],
"shortcuts": [
[
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
"MiKTeX Console"
]
],
"env_add_path": "texmfs\\install\\miktex\\bin\\x64"
}
},
"installer": {
"args": [
"--portable=$dir",
"--unattended",
"--private"
]
},
"persist": "texmfs\\config",
"checkver": {
"url": "https://miktex.org/download",
"regex": "basic-miktex-([\\d.]+)-x64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirrors.mit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe"
}
},
"hash": {
"url": "https://miktex.org/download",
"regex": "(?sm)$basename</div>.*?$sha256"
}
}
}