ScoopInstaller_Main/bucket/luau-lsp.json
2023-12-25 16:26:53 +00:00

22 lines
692 B
JSON

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