mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
24 lines
738 B
JSON
24 lines
738 B
JSON
{
|
|
"version": "1.10.0",
|
|
"description": "Language Server Protocol for LaTeX",
|
|
"homepage": "https://texlab.netlify.com",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/latex-lsp/texlab/releases/download/v1.10.0/texlab-x86_64-windows.zip",
|
|
"hash": "3bcd7a7b008947a7bc6bb556e2a83af479c13423783e27427fe76ee2b95d272a"
|
|
}
|
|
},
|
|
"bin": "texlab.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/latex-lsp/texlab"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/latex-lsp/texlab/releases/download/v$version/texlab-x86_64-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|