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 Nov 7, 2023
1 parent 2407217 commit 4a1e444
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.0/kbcli-linux-amd64-v0.7.0.tar.gz"
sha256 "014fc60cdc3f5a12e0c48751824323db2f66564e81b4619b27a7ca7f80960086"
sha256 "23cc6d490312129de5be1ac124ad54ba6926d9f7d53bbb390680a25c38d5ef85"
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.0/kbcli-linux-amd64-v0.7.0.tar.gz"
sha256 "014fc60cdc3f5a12e0c48751824323db2f66564e81b4619b27a7ca7f80960086"
sha256 "23cc6d490312129de5be1ac124ad54ba6926d9f7d53bbb390680a25c38d5ef85"
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.0/kbcli-linux-arm64-v0.7.0.tar.gz"
sha256 "014fc60cdc3f5a12e0c48751824323db2f66564e81b4619b27a7ca7f80960086"
sha256 "23cc6d490312129de5be1ac124ad54ba6926d9f7d53bbb390680a25c38d5ef85"
end

conflicts_with "kbcli"
Expand Down

0 comments on commit 4a1e444

Please sign in to comment.