ScoopInstaller_Main/bucket/luau-lsp.json
2025-04-19 20:27:26 +00:00

22 lines
692 B
JSON

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