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 Oct 25, 2024
1 parent 8cc3411 commit c36b4f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/kbcli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ class Kbcli < Formula

if OS.mac? && Hardware::CPU.intel?
url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.9.1/kbcli-darwin-amd64-v0.9.1.tar.gz"
sha256 "ae64b7a4d45934de7c6a3ba016aba4c60959806fdf1e6c25116321e168371302"
sha256 "e2439dbb9c9b50bbb17d1b70977e243b771c483680f5dace5af102d63f367644"
end

if OS.mac? && Hardware::CPU.arm?
url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.9.1/kbcli-darwin-arm64-v0.9.1.tar.gz"
sha256 "ae64b7a4d45934de7c6a3ba016aba4c60959806fdf1e6c25116321e168371302"
sha256 "e2439dbb9c9b50bbb17d1b70977e243b771c483680f5dace5af102d63f367644"
end

if OS.linux? && Hardware::CPU.intel?
url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.9.1/kbcli-linux-amd64-v0.9.1.tar.gz"
sha256 "ae64b7a4d45934de7c6a3ba016aba4c60959806fdf1e6c25116321e168371302"
sha256 "e2439dbb9c9b50bbb17d1b70977e243b771c483680f5dace5af102d63f367644"
end

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

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

conflicts_with "kbcli"
Expand Down

0 comments on commit c36b4f0

Please sign in to comment.