ScoopInstaller_Main/bucket/luau-lsp.json
2025-11-19 04:29:56 +00:00

22 lines
692 B
JSON

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