mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.2",
|
|
"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.0.2/lean-windows-x64.exe#/lean.exe",
|
|
"hash": "9c5748a775cf81aac8a98c6a70be57ece3e0b0bdfd9c23911ca45b1069cf2834"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/leancloud/lean-cli/releases/download/v1.0.2/lean-windows-x86.exe#/lean.exe",
|
|
"hash": "cb1976f7c3bb125feb5e5f1e76d9754a99b840a968f05dce3dfb040b2c1669b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|