2023-04-16 20:24:48 +00:00

24 lines
736 B
JSON

{
"version": "5.5.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/v5.5.0/texlab-x86_64-windows.zip",
"hash": "61ea12dc3697a587914f6ca5dbb3b6eac227a16cb6d94add6032e1ff3e8661ee"
}
},
"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"
}
}
}
}