-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlatex.json
53 lines (53 loc) · 1.83 KB
/
latex.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"version": "24.1",
"description": "An up-to-date implementation of TeX/LaTeX and related programs [Deprecated. Use 'miktex'].",
"homepage": "https://miktex.org",
"license": {
"identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...",
"url": "https://miktex.org/copying"
},
"notes": "[Deprecated] This is a duplicate of the 'miktex' package. The name 'latex' is just kept for historical reasons.",
"architecture": {
"64bit": {
"url": "https://mirrors.mit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-24.1-x64.exe",
"hash": "94ddd75e2b90309b75db6dbda7d8103fcebda4495b579695e925e885d2b92704",
"bin": [
[
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
"miktex",
"--hide --mkmaps"
]
],
"shortcuts": [
[
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
"MiKTeX Console"
]
],
"env_add_path": "texmfs\\install\\miktex\\bin\\x64"
}
},
"installer": {
"args": [
"--portable=$dir",
"--unattended",
"--private"
]
},
"persist": "texmfs\\config",
"checkver": {
"url": "https://miktex.org/download",
"regex": "basic-miktex-([\\d.]+)-x64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirrors.mit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe"
}
},
"hash": {
"url": "https://miktex.org/download",
"regex": "(?sm)$basename</div>.*?$sha256"
}
}
}