ScoopInstaller_Main/bucket/luau-lsp.json
2025-01-12 16:29:27 +00:00

22 lines
692 B
JSON

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