mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
lean-cli: add version 0.24.2 (#1648)
* lean-cli: add version 0.24.1 * Update lean-cli.json * lean-cli: update to version 0.24.2 Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
parent
887836f024
commit
90b5a8b5f9
30
bucket/lean-cli.json
Normal file
30
bucket/lean-cli.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "0.24.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/v0.24.2/lean-windows-x64.exe#/lean.exe",
|
||||
"hash": "72759bcb745b199d20b0f5bdd825253c359fbccf14930f7e613ca7270720e11b"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/leancloud/lean-cli/releases/download/v0.24.2/lean-windows-x86.exe#/lean.exe",
|
||||
"hash": "71c988c8133405b04e8e7570e97fefbf203969827d7dc865d5e316e107b4f2b4"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user