mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
24 lines
736 B
JSON
24 lines
736 B
JSON
{
|
|
"version": "5.9.1",
|
|
"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/v5.9.1/texlab-x86_64-windows.zip",
|
|
"hash": "92d399b5db0e2377ec25edb279675c1e4d91446b7098d6363f64a7dffd2585d7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|