ScoopInstaller_Main/bucket/lean-cli.json
2022-10-20 08:30:54 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.1.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/v1.1.0/lean-windows-x64.exe#/lean.exe",
"hash": "0bd98e0c49babdadcb7322022bdc539747a3a0d3bdb171cce657b6f68d068144"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v1.1.0/lean-windows-x86.exe#/lean.exe",
"hash": "71e4f44af83940d100b8383710d01972f4b5d4ca599397dff9762e9f2a0a9c74"
}
},
"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"
}
}
}
}