2023-01-21 16:29:13 +00:00

24 lines
736 B
JSON

{
"version": "5.1.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.1.0/texlab-x86_64-windows.zip",
"hash": "5d960ef91c53802e5b7a93cfca018ad4f38ad7452d51a2643dbbefbedb889e23"
}
},
"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"
}
}
}
}