ScoopInstaller_Main/bucket/luau-lsp.json
2025-03-02 12:31:38 +00:00

22 lines
692 B
JSON

{
"version": "1.40.0",
"description": "Language Server Implementation for Luau",
"homepage": "https://github.com/JohnnyMorganz/luau-lsp",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.40.0/luau-lsp-win64.zip",
"hash": "58f4753b3181746142e26b199a62af2cbfe375a9b679369bbfba7a0dbf4ac749"
}
},
"bin": "luau-lsp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
}
}
}
}