2021-05-16 12:56:46 -07:00

24 lines
736 B
JSON

{
"version": "3.0.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.0.0/texlab-x86_64-windows.zip",
"hash": "b4aea3ff344130d134b25eac99b287ee0f0fc03261c8061aff7b3a4a0b2e33cb"
}
},
"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"
}
}
}
}