2025-01-29 20:27:38 +00:00

24 lines
738 B
JSON

{
"version": "5.22.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.22.1/texlab-x86_64-windows.zip",
"hash": "82bcd5ba4e5bf6d9c9e55b3a38b6aadef6d7e3c1bf0d61bd9452cb91bb902604"
}
},
"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"
}
}
}
}