diff --git a/bucket/texlab.json b/bucket/texlab.json new file mode 100644 index 0000000000..e15b74e70d --- /dev/null +++ b/bucket/texlab.json @@ -0,0 +1,23 @@ +{ + "version": "1.10.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/v1.10.0/texlab-x86_64-windows.zip", + "hash": "3bcd7a7b008947a7bc6bb556e2a83af479c13423783e27427fe76ee2b95d272a" + } + }, + "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" + } + } + } +}