ScoopInstaller_Main/bucket/lean-cli.json
2023-03-23 20:27:25 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.2.1",
"description": "LeanEngine Command Line Tool",
"homepage": "https://leancloud.cn/docs/leanengine_cli.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v1.2.1/lean-windows-x64.exe#/lean.exe",
"hash": "7c3d9a46d6c171851bbcd5dfe182a8297bbaf6343b4fbe61e20691f41256f4ef"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v1.2.1/lean-windows-x86.exe#/lean.exe",
"hash": "73a25a4113df562424f5d7f4889567ae27f2dfc4945f16066199f1c67a59999c"
}
},
"bin": "lean.exe",
"checkver": {
"github": "https://github.com/leancloud/lean-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v$version/lean-windows-x64.exe#/lean.exe"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v$version/lean-windows-x86.exe#/lean.exe"
}
}
}
}