ScoopInstaller_Main/bucket/lean-cli.json
2021-09-06 23:11:06 -07:00

31 lines
1.1 KiB
JSON

{
"version": "0.25.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.25.1/lean-windows-x64.exe#/lean.exe",
"hash": "51c9678c59ac26a53d9edfc887712fe796bf9a6760bac1d9e3bbba0f76306fb5"
},
"32bit": {
"url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.1/lean-windows-x86.exe#/lean.exe",
"hash": "1834026245d5a51b176d4ec8365fdb0400f7cbe48c66daa3fa8dd2bdb3402b27"
}
},
"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"
}
}
}
}