ScoopInstaller_Main/bucket/luau-lsp.json
2024-11-10 16:28:32 +00:00

22 lines
692 B
JSON

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