ScoopInstaller_Main/bucket/lean-cli.json
2021-10-21 08:51:07 -07:00

31 lines
1.1 KiB
JSON

{
"version": "0.28.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.28.0/lean-windows-x64.exe#/lean.exe",
"hash": "ce15081e8c46a8dc68c278bd10c42c5e2a9c2f0a8120bf36000de9314e3debab"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v0.28.0/lean-windows-x86.exe#/lean.exe",
"hash": "3fa18711d7e4b58f6c1b3cd903ae306130abeea69011e676f7988ae759f2f15d"
}
},
"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"
}
}
}
}