ScoopInstaller_Main/bucket/luau-lsp.json
2024-07-01 20:25:52 +00:00

22 lines
692 B
JSON

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