mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"version": "21.6",
|
|
"description": "MikTeX is an up-to-date implementation of TeX/LaTeX and related programs.",
|
|
"homepage": "https://miktex.org",
|
|
"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-21.6-x64.exe",
|
|
"hash": "299f2eb278409c672ba38941388c9d9e70182b7b1ba61319bc7128bbb9051a6d",
|
|
"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-21.6.exe",
|
|
"hash": "0cf009bd2c1ba25f47c99c14bea4c4ef351a41144274c9a40dc5aeb20c14b938",
|
|
"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"
|
|
}
|
|
}
|
|
}
|