ScoopInstaller_Main/bucket/luau-lsp.json
2024-09-11 20:26:39 +00:00

22 lines
692 B
JSON

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