ScoopInstaller_Main/bucket/luau-lsp.json
2024-11-30 16:29:57 +00:00

22 lines
692 B
JSON

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