ScoopInstaller_Main/bucket/luau-lsp.json
2025-11-04 20:29:45 +00:00

22 lines
692 B
JSON

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