mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"homepage": "https://miktex.org",
|
|
"version": "2.9.7100",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://miktex.org/copying"
|
|
},
|
|
"description": "An up-to-date implementation of TeX/LaTeX and related programs.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7100-x64.exe",
|
|
"hash": "9aa26669c0cdf1b964829058d74aec2561270b22e4cc7ac43b1baa77cee8f26d",
|
|
"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.7100.exe",
|
|
"hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd",
|
|
"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"
|
|
}
|
|
}
|
|
}
|