2023-09-30 12:29:51 +00:00

24 lines
738 B
JSON

{
"version": "5.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/v5.10.0/texlab-x86_64-windows.zip",
"hash": "97caf9624248b62aba8a15af4e7efb7328417e46d19459b6f5f3fafd52c5d917"
}
},
"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"
}
}
}
}