texlab: Add version 1.10.0 (#990)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
C. Wu 2020-04-18 15:40:17 +02:00 committed by GitHub
parent 8fce662bab
commit ae6472c451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/texlab.json Normal file
View File

@ -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"
}
}
}
}