ScoopInstaller_Main/bucket/luau-lsp.json
2025-05-17 16:29:20 +00:00

22 lines
692 B
JSON

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