2025-01-26 08:28:36 +00:00

24 lines
738 B
JSON

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