ScoopInstaller_Main/bucket/luau-lsp.json
2024-01-20 16:26:46 +00:00

22 lines
692 B
JSON

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