ScoopInstaller_Main/bucket/luau-lsp.json
2024-07-14 12:29:49 +00:00

22 lines
692 B
JSON

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