2021-06-03 06:55:37 -07:00

24 lines
736 B
JSON

{
"version": "3.1.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/v3.1.0/texlab-x86_64-windows.zip",
"hash": "178054fd33f57a8434ff624088462b1d0d76e1bf0ec99929d69f7543c7d3728d"
}
},
"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"
}
}
}
}