diff --git a/bucket/skywalking-cli.json b/bucket/skywalking-cli.json index 83cdf2d98e..aa759c04ed 100644 --- a/bucket/skywalking-cli.json +++ b/bucket/skywalking-cli.json @@ -1,11 +1,11 @@ { - "version": "0.10.0", + "version": "0.11.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.10.0/skywalking-cli-0.10.0-bin.tgz", - "hash": "sha512:4247e38dbf8ca3ec25a74c468ef1c93150c15f4c244f85e80923fbe9c6282544dd14bfe9c933955c9bef344c0636bcce9d2be73699c39ede009760f3cc06aa0c", - "extract_dir": "skywalking-cli-0.10.0-bin", + "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", "bin": "bin\\swctl.exe", "pre_install": [ "$bin_name = if ($architecture -eq '64bit') {'amd64'} else {'386'}",