ScoopInstaller_Main/bucket/luau-lsp.json
2024-05-11 20:25:16 +00:00

22 lines
692 B
JSON

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