ScoopInstaller_Main/bucket/luau-lsp.json
2024-10-27 20:28:00 +00:00

22 lines
692 B
JSON

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