From 3844095856a6555ea3443592062a4b1b35cf00f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:26:44 +0000 Subject: [PATCH] skywalking-cli: Update to version 0.13.0 --- bucket/skywalking-cli.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/skywalking-cli.json b/bucket/skywalking-cli.json index aa759c04ed..0632e5df74 100644 --- a/bucket/skywalking-cli.json +++ b/bucket/skywalking-cli.json @@ -1,11 +1,11 @@ { - "version": "0.11.0", + "version": "0.13.0", "description": "SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team", "homepage": "https://skywalking.apache.org/", "license": "Apache-2.0", - "url": "https://downloads.apache.org/skywalking/cli/0.11.0/skywalking-cli-0.11.0-bin.tgz", - "hash": "sha512:804e3e0d3254db48e9a098232baf7fc386eba2fc22d214a321533bd9400fa21e39d3ef762f627d55aa10379c85c4c5f4b363d79218642f1627db363fcd997885", - "extract_dir": "skywalking-cli-0.11.0-bin", + "url": "https://downloads.apache.org/skywalking/cli/0.13.0/skywalking-cli-0.13.0-bin.tgz", + "hash": "sha512:474bd32e5b3e6ad073238715151670df44173e5cfcd5a88ff29259b4a12a751e36310af42b4b61b2352dcf4131ebfb6ea74379190399f3b6630236d7bdc0f1d5", + "extract_dir": "skywalking-cli-0.13.0-bin", "bin": "bin\\swctl.exe", "pre_install": [ "$bin_name = if ($architecture -eq '64bit') {'amd64'} else {'386'}",