mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"homepage": "https://miktex.org",
|
|
"version": "2.9.7219",
|
|
"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.7219-x64.exe",
|
|
"hash": "fd73fa0118eb2a265fd603ab43f7c4182b4a772ed24738ba4f68ca195407b289",
|
|
"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.7219.exe",
|
|
"hash": "49e7eb6ff964a197970f89f50b0a4a566a0b67d9f0c5253315f52ae1155cc33e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|