ScoopInstaller_Main/bucket/luau-lsp.json
2025-09-20 16:28:40 +00:00

22 lines
692 B
JSON

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