ScoopInstaller_Main/bucket/luau-lsp.json
2026-02-14 16:31:02 +00:00

22 lines
692 B
JSON

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