linsui b6b0ce9ec8 Latex: Fix env add path (#379)
* Latex: Fix env add path

* Update bucket/latex.json

Co-Authored-By: Ross Smith II <ross@smithii.com>
2019-08-25 23:15:31 -07:00

64 lines
2.1 KiB
JSON

{
"homepage": "https://miktex.org",
"version": "2.9.7152",
"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.7152-x64.exe",
"hash": "08e5dc604f71da9ae59f8ed46205f571dfdc5e327d3d4d27c2472e70c8375575",
"bin": [
[
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
"miktex",
"--hide --mkmaps"
]
]
},
"32bit": {
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7152.exe",
"hash": "a73a05bc4a651595d2559590e282673e651482477e010b1de0a7616023d66a4f",
"bin": [
[
"texmfs\\install\\miktex\\bin\\miktex-console.exe",
"miktex",
"--hide --mkmaps"
]
]
}
},
"installer": {
"args": [
"--portable=\"$dir\"",
"--unattended",
"--private"
]
},
"env_add_path": [
"texmfs\\install\\miktex\\bin",
"texmfs\\install\\miktex\\bin\\x64"
],
"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"
}
}
}