mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "1.33.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.33.1/luau-lsp-win64.zip",
|
|
"hash": "d35230ca18b9678705bf4defd477078cbb88e7119695b2de9dfb2fe21f2ddd6a"
|
|
}
|
|
},
|
|
"bin": "luau-lsp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|