ScoopInstaller_Main/bucket/luau-lsp.json
2024-09-27 12:31:51 +00:00

22 lines
692 B
JSON

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