mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
24 lines
736 B
JSON
24 lines
736 B
JSON
{
|
|
"version": "5.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/v5.2.0/texlab-x86_64-windows.zip",
|
|
"hash": "be99fd6fef3bf6b01fa1864a8a574a3d9ef33bd2d2b08d570975fddc2870a9e1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|