mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
736 B
JSON
24 lines
736 B
JSON
{
|
|
"version": "2.2.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/v2.2.1/texlab-x86_64-windows.zip",
|
|
"hash": "6909f7cb46d3b44126644cf3379b261834168ba4767aeddbbe00de9d80f52c13"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|