ScoopInstaller_Main/bucket/luau-lsp.json
2025-07-12 16:29:30 +00:00

22 lines
692 B
JSON

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