ScoopInstaller_Main/bucket/lean-cli.json
2021-05-10 12:37:36 +02:00

31 lines
1.1 KiB
JSON

{
"version": "0.24.4",
"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/v0.24.4/lean-windows-x64.exe#/lean.exe",
"hash": "72a1d9285f73bd7f2e6b97fa80e8142c400301577560c28da52dda8cdc30720f"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v0.24.4/lean-windows-x86.exe#/lean.exe",
"hash": "b11f0026cce2450ee1f4dc983978825eb14391aeb99a3e16a09a04f01da64b2b"
}
},
"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"
}
}
}
}