mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"homepage": "https://miktex.org",
|
|
"version": "2.9.7216",
|
|
"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.7216-x64.exe",
|
|
"hash": "7149f8ad1287d537e7a1e152ff048771c02711230fa0a9fdcd8e573765b6d2fb",
|
|
"bin": [
|
|
[
|
|
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
|
|
"miktex",
|
|
"--hide --mkmaps"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7216.exe",
|
|
"hash": "34b476d4dd392977f5d92eb7c55099598a0939e87fba78c7f6eceeb6735f5097",
|
|
"bin": [
|
|
[
|
|
"texmfs\\install\\miktex\\bin\\miktex-console.exe",
|
|
"miktex",
|
|
"--hide --mkmaps"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"--portable=\"$dir\"",
|
|
"--unattended",
|
|
"--private"
|
|
]
|
|
},
|
|
"env_add_path": [
|
|
"texmfs\\install\\miktex\\bin",
|
|
"texmfs\\install\\miktex\\bin\\x64"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|