ScoopInstaller_Main/bucket/luau-lsp.json
2024-08-10 16:34:19 +00:00

22 lines
692 B
JSON

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