mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
* Lemminx: Add version 0.19.1-541 * Lemminx: Add version 0.21.0 * Update bucket/lemminx.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
25 lines
858 B
JSON
25 lines
858 B
JSON
{
|
|
"version": "0.21.0",
|
|
"description": "LeMMinX is a language server for XML and XSD files",
|
|
"homepage": "https://github.com/eclipse/lemminx",
|
|
"license": "EPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/redhat-developer/vscode-xml/releases/download/0.21.0/lemminx-win32.zip",
|
|
"hash": "3bd91145d77ca5a559e88e138eb8b89cbe6a10e2e4245212718974111588970d"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\lemminx-win32.exe\" \"$dir\\lemminx.exe\"",
|
|
"bin": "lemminx.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/redhat-developer/vscode-xml"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/redhat-developer/vscode-xml/releases/download/$version/lemminx-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|