latex: Add 64bit installer (#204)

This commit is contained in:
Hsiao-nan Cheung 2019-07-07 18:06:49 +08:00 committed by GitHub
parent f961e46af4
commit 95d93d67a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,22 @@
"url": "https://miktex.org/copying" "url": "https://miktex.org/copying"
}, },
"description": "An up-to-date implementation of TeX/LaTeX and related programs.", "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", "architecture": {
"hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd", "64bit": {
"installer": { "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7100-x64.exe",
"args": [ "hash": "9aa26669c0cdf1b964829058d74aec2561270b22e4cc7ac43b1baa77cee8f26d",
"--portable=\"$dir\"", "bin": [
"--unattended", [
"--private" "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
"miktex",
"--hide --mkmaps"
] ]
],
"env_add_path": "texmfs\\install\\miktex\\bin\\x64"
}, },
"32bit": {
"url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7100.exe",
"hash": "893505ea259a77a8a3744b64a1975a20abc57e4d270edc2d03affad36b3427dd",
"bin": [ "bin": [
[ [
"texmfs\\install\\miktex\\bin\\miktex-console.exe", "texmfs\\install\\miktex\\bin\\miktex-console.exe",
@ -22,14 +29,30 @@
"--hide --mkmaps" "--hide --mkmaps"
] ]
], ],
"env_add_path": "texmfs\\install\\miktex\\bin", "env_add_path": "texmfs\\install\\miktex\\bin"
}
},
"installer": {
"args": [
"--portable=\"$dir\"",
"--unattended",
"--private"
]
},
"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.]+).exe"
}, },
"autoupdate": { "autoupdate": {
"url": "https://ftp.fau.de/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-$version.exe", "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": { "hash": {
"url": "https://miktex.org/download", "url": "https://miktex.org/download",
"regex": "(?sm)$basename</td>.*?$sha256" "regex": "(?sm)$basename</td>.*?$sha256"