Skip to content

Commit

Permalink
chore: auto update kbcli version
Browse files Browse the repository at this point in the history
  • Loading branch information
apecloud-bot committed Jan 22, 2024
1 parent 4492cf8 commit 6d0bcd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/kbcli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "b54865bc34c066aa1ee29923b7eb837601d285330eb4e53a7da341315a790e52"
sha256 "d5d26f051ce3e4fc5d6c4368177c4d45b37ffeb75d64452b120338070a099734"
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 "b54865bc34c066aa1ee29923b7eb837601d285330eb4e53a7da341315a790e52"
sha256 "d5d26f051ce3e4fc5d6c4368177c4d45b37ffeb75d64452b120338070a099734"
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 "b54865bc34c066aa1ee29923b7eb837601d285330eb4e53a7da341315a790e52"
sha256 "d5d26f051ce3e4fc5d6c4368177c4d45b37ffeb75d64452b120338070a099734"
end

conflicts_with "kbcli"
Expand Down

0 comments on commit 6d0bcd1

Please sign in to comment.