2023-10-10 20:23:32 +00:00

24 lines
738 B
JSON

{
"version": "5.10.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/v5.10.1/texlab-x86_64-windows.zip",
"hash": "d674efe6f201816bc7c7ea6a33a3b37041fff4c7b19231fce0b73a296ae8bede"
}
},
"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"
}
}
}
}