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 Dec 15, 2023
1 parent 3d6fa9e commit 917f746
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.7.1/kbcli-linux-amd64-v0.7.1.tar.gz"
sha256 "f9134b853f37b0662de42acd7812c5e1d16fdd019f8f625d834e15bedf826bfc"
sha256 "7bee4b1e84b83853298c7e82f8af41cd902b29424003532f55aa555520909618"
end

if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.7.1/kbcli-linux-amd64-v0.7.1.tar.gz"
sha256 "f9134b853f37b0662de42acd7812c5e1d16fdd019f8f625d834e15bedf826bfc"
sha256 "7bee4b1e84b83853298c7e82f8af41cd902b29424003532f55aa555520909618"
end

if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.7.1/kbcli-linux-arm64-v0.7.1.tar.gz"
sha256 "f9134b853f37b0662de42acd7812c5e1d16fdd019f8f625d834e15bedf826bfc"
sha256 "7bee4b1e84b83853298c7e82f8af41cd902b29424003532f55aa555520909618"
end

conflicts_with "kbcli"
Expand Down

0 comments on commit 917f746

Please sign in to comment.