2020-05-28 10:29:23 +02:00

24 lines
736 B
JSON

{
"version": "2.2.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/v2.2.0/texlab-x86_64-windows.zip",
"hash": "ed90f133b6d8778524b2124cd2bce69fd8f25cff0dbdab6f8506dc8552615186"
}
},
"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"
}
}
}
}