2024-06-23 12:30:50 +00:00

24 lines
738 B
JSON

{
"version": "5.17.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.17.0/texlab-x86_64-windows.zip",
"hash": "e23b63e28dbc12156ea62781cf2504ccb97b14bda199ece7d3f683f42d05f17e"
}
},
"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"
}
}
}
}