2021-10-10 23:40:26 -07:00

24 lines
736 B
JSON

{
"version": "3.3.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/v3.3.0/texlab-x86_64-windows.zip",
"hash": "25864c3c55b309a1fe31693369721a86f46453ac4b84e70eb49b1b99756463b5"
}
},
"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"
}
}
}
}