ScoopInstaller_Main/bucket/luau-lsp.json
2025-06-01 16:29:24 +00:00

22 lines
692 B
JSON

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