ScoopInstaller_Main/bucket/luau-lsp.json
2025-05-13 20:29:23 +00:00

22 lines
692 B
JSON

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