ScoopInstaller_Main/bucket/luau-lsp.json
2025-02-15 12:31:32 +00:00

22 lines
692 B
JSON

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