mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "1.62.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.62.0/luau-lsp-win64.zip",
|
|
"hash": "50a9fc8969df1a9c1f7968c2506a6ae554bdbbf995119a4d451a18cfdfe75b91"
|
|
}
|
|
},
|
|
"bin": "luau-lsp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|