ScoopInstaller_Main/bucket/luau-lsp.json
2024-05-19 12:31:19 +00:00

22 lines
692 B
JSON

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