mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
latex: Fix manifest and update to 2.9.7100 (#123)
This commit is contained in:
parent
36d518f80e
commit
b2c85392f6
@ -1,22 +1,38 @@
|
||||
{
|
||||
"homepage": "https://miktex.org",
|
||||
"version": "2.9.6942",
|
||||
"version": "2.9.7100",
|
||||
"license": {
|
||||
"identifier": "Freeware",
|
||||
"url": "https://miktex.org/copying"
|
||||
},
|
||||
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-2.9.6942.exe#/dl.7z",
|
||||
"hash": "20e42d52e7601f7b0abaf042408a18b39ffd84b3bb5c2a51f9b70a6555ea5897",
|
||||
"description": "An up-to-date implementation of TeX/LaTeX and related programs.",
|
||||
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7100.exe",
|
||||
"hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd",
|
||||
"installer": {
|
||||
"args": [
|
||||
"--portable=\"$dir\"",
|
||||
"--unattended",
|
||||
"--private"
|
||||
]
|
||||
},
|
||||
"bin": [
|
||||
[
|
||||
"texmfs\\install\\miktex\\bin\\miktex-console.exe",
|
||||
"miktex",
|
||||
"--hide --mkmaps"
|
||||
]
|
||||
],
|
||||
"env_add_path": "texmfs\\install\\miktex\\bin",
|
||||
"persist": "texmfs\\config",
|
||||
"checkver": {
|
||||
"url": "https://miktex.org/download#portable",
|
||||
"re": "miktex-portable-([\\d.]+).exe"
|
||||
"url": "https://miktex.org/download",
|
||||
"regex": "basic-miktex-([\\d.]+).exe"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-$version.exe#/dl.7z",
|
||||
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-$version.exe",
|
||||
"hash": {
|
||||
"url": "https://miktex.org/download#portable",
|
||||
"find": "SHA-256:</td>\\s*<td>\\s*([a-fA-F0-9]{64})"
|
||||
"url": "https://miktex.org/download",
|
||||
"regex": "(?sm)$basename</td>.*?$sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user