mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
25 lines
858 B
JSON
25 lines
858 B
JSON
{
|
|
"version": "0.28.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.28.0/lemminx-win32.zip",
|
|
"hash": "0574d7a1d06ff9ccba9bff56b36315f47a29ae14fbfd4eccc8af04a110f9cc10"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|