ScoopInstaller_Main/bucket/luau-lsp.json
2024-06-23 16:27:33 +00:00

22 lines
692 B
JSON

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