ScoopInstaller_Main/bucket/lean-cli.json
2021-09-24 09:49:08 -07:00

31 lines
1.1 KiB
JSON

{
"version": "0.26.0",
"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.26.0/lean-windows-x64.exe#/lean.exe",
"hash": "9ac47b2612a921438be1ebd88ace14a6759e489f47025755774f5c8d7e6a78a3"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v0.26.0/lean-windows-x86.exe#/lean.exe",
"hash": "78a6b2db877816040494d96d56ed1276a7bc4e5c87bce58c558a2c862d5d9670"
}
},
"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"
}
}
}
}