From 8978520460c8ee335e71ade5824282e7e958d420 Mon Sep 17 00:00:00 2001 From: apecloud-bot Date: Fri, 19 Jan 2024 12:31:55 +0000 Subject: [PATCH] chore: auto update kbcli version --- Formula/kbcli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/kbcli.rb b/Formula/kbcli.rb index fb2bacf..0f7b14d 100644 --- a/Formula/kbcli.rb +++ b/Formula/kbcli.rb @@ -15,17 +15,17 @@ class Kbcli < Formula if OS.linux? && Hardware::CPU.intel? url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.8.0/kbcli-linux-amd64-v0.8.0.tar.gz" - sha256 "d5d26f051ce3e4fc5d6c4368177c4d45b37ffeb75d64452b120338070a099734" + sha256 "b54865bc34c066aa1ee29923b7eb837601d285330eb4e53a7da341315a790e52" end if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit? url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.8.0/kbcli-linux-amd64-v0.8.0.tar.gz" - sha256 "d5d26f051ce3e4fc5d6c4368177c4d45b37ffeb75d64452b120338070a099734" + sha256 "b54865bc34c066aa1ee29923b7eb837601d285330eb4e53a7da341315a790e52" end if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit? url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.8.0/kbcli-linux-arm64-v0.8.0.tar.gz" - sha256 "d5d26f051ce3e4fc5d6c4368177c4d45b37ffeb75d64452b120338070a099734" + sha256 "b54865bc34c066aa1ee29923b7eb837601d285330eb4e53a7da341315a790e52" end conflicts_with "kbcli"