Skip to content

Commit

Permalink
latex: Update to version 21.8, Fix shortcuts (#2784)
Browse files Browse the repository at this point in the history
* latex@21.6: Fix shortcuts

* latex: Remove 32-bit executables
  • Loading branch information
issaclin32 authored Oct 21, 2021
1 parent a524ae3 commit 37f5ff4
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions bucket/latex.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "21.6",
"description": "MikTeX is an up-to-date implementation of TeX/LaTeX and related programs.",
"version": "21.8",
"description": "MikTeX, 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",
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-21.8-x64.exe",
"hash": "0dfeba2bfcf8492c22661710e0d2c4fa7fb0ebd34f9830048cec03f8fbc9efad",
"bin": [
[
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
Expand All @@ -24,24 +24,6 @@
]
],
"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": {
Expand All @@ -54,20 +36,17 @@
"persist": "texmfs\\config",
"checkver": {
"url": "https://miktex.org/download",
"regex": "basic-miktex-([\\d.]+)\\.exe"
"regex": "basic-miktex-([\\d.]+)-x64\\.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"
"regex": "(?sm)$basename</div>.*?$sha256"
}
}
}

0 comments on commit 37f5ff4

Please sign in to comment.