mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|