ScoopInstaller_Main/bucket/luau-lsp.json
2025-07-05 12:31:33 +00:00

22 lines
692 B
JSON

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