latex: Update to version 21.8, Fix shortcuts (#2784)

* latex@21.6: Fix shortcuts

* latex: Remove 32-bit executables
This commit is contained in:
Issac Lin 2021-10-21 13:24:28 +08:00 committed by GitHub
parent a524ae36ff
commit 37f5ff42a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"version": "21.6", "version": "21.8",
"description": "MikTeX is an up-to-date implementation of TeX/LaTeX and related programs.", "description": "MikTeX, an up-to-date implementation of TeX/LaTeX and related programs.",
"homepage": "https://miktex.org", "homepage": "https://miktex.org",
"license": { "license": {
"identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...", "identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...",
@ -8,8 +8,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-21.6-x64.exe", "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-21.8-x64.exe",
"hash": "299f2eb278409c672ba38941388c9d9e70182b7b1ba61319bc7128bbb9051a6d", "hash": "0dfeba2bfcf8492c22661710e0d2c4fa7fb0ebd34f9830048cec03f8fbc9efad",
"bin": [ "bin": [
[ [
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe", "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
@ -24,24 +24,6 @@
] ]
], ],
"env_add_path": "texmfs\\install\\miktex\\bin\\x64" "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"
]
],
"shortcuts": [
[
"MiKTeX Console",
"texmfs\\install\\miktex\\bin\\miktex-console.exe"
]
],
"env_add_path": "texmfs\\install\\miktex\\bin"
} }
}, },
"installer": { "installer": {
@ -54,20 +36,17 @@
"persist": "texmfs\\config", "persist": "texmfs\\config",
"checkver": { "checkver": {
"url": "https://miktex.org/download", "url": "https://miktex.org/download",
"regex": "basic-miktex-([\\d.]+)\\.exe" "regex": "basic-miktex-([\\d.]+)-x64\\.exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe" "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": { "hash": {
"url": "https://miktex.org/download", "url": "https://miktex.org/download",
"regex": "(?sm)$basename</td>.*?$sha256" "regex": "(?sm)$basename</div>.*?$sha256"
} }
} }
} }