From ccb421dd86de8027524252e64ad0a5fa184e1deb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 08:28:33 +0000 Subject: [PATCH] lean-cli: Update to version 1.2.3 --- bucket/lean-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lean-cli.json b/bucket/lean-cli.json index 889dab59b4..50861a18bf 100644 --- a/bucket/lean-cli.json +++ b/bucket/lean-cli.json @@ -1,16 +1,16 @@ { - "version": "1.2.1", + "version": "1.2.3", "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.2.1/lean-windows-x64.exe#/lean.exe", - "hash": "7c3d9a46d6c171851bbcd5dfe182a8297bbaf6343b4fbe61e20691f41256f4ef" + "url": "https://github.com/leancloud/lean-cli/releases/download/v1.2.3/lean-windows-x64.exe#/lean.exe", + "hash": "4e36e9105639e1f08efb2ff18cf90be67e6347b8c80dcbc548919052fcc44f20" }, "32bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v1.2.1/lean-windows-x86.exe#/lean.exe", - "hash": "73a25a4113df562424f5d7f4889567ae27f2dfc4945f16066199f1c67a59999c" + "url": "https://github.com/leancloud/lean-cli/releases/download/v1.2.3/lean-windows-x86.exe#/lean.exe", + "hash": "1e933156157cf06d124599fa4ad0f28ce7106d914959b08452d82be151ff30d9" } }, "bin": "lean.exe",