ScoopInstaller_Main/bucket/lean-cli.json
2021-12-03 18:02:00 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.29.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/v0.29.1/lean-windows-x64.exe#/lean.exe",
"hash": "ea89eabc247be6f293674fccd681fe9dd84ee7d7965bdbb51a7a8161d8a90dd3"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v0.29.1/lean-windows-x86.exe#/lean.exe",
"hash": "c3b49c50ea7a9a53adda7564f07dd6be771606a98f17f052fe066b9774bfc3d3"
}
},
"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"
}
}
}
}