mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"homepage": "https://miktex.org",
|
|
"version": "2.9.7417",
|
|
"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.7417-x64.exe",
|
|
"hash": "805d19ad8d9a1ef0d384f46fe45121730f06deffeb48ba694ed8843895ab13cc",
|
|
"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.7417.exe",
|
|
"hash": "cac682b7f5a82e5b03816c1820fb30f52da3b061b66136fc5ab582853c0701ad",
|
|
"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"
|
|
}
|
|
}
|
|
}
|