ScoopInstaller_Main/bucket/luau-lsp.json
2025-10-19 12:32:29 +00:00

22 lines
692 B
JSON

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