ScoopInstaller_Main/bucket/luau-lsp.json
2025-09-06 16:28:44 +00:00

22 lines
692 B
JSON

{
"version": "1.53.3",
"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.53.3/luau-lsp-win64.zip",
"hash": "7bb683dff6469579f85ef8313372ef512b3a6b8ffe22908c9ec9254d5b352227"
}
},
"bin": "luau-lsp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
}
}
}
}