ScoopInstaller_Main/bucket/luau-lsp.json
2025-03-27 20:27:53 +00:00

22 lines
692 B
JSON

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