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 May 29, 2024
1 parent c7e4dea commit 05d1962
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.3/kbcli-linux-amd64-v0.8.3.tar.gz"
sha256 "e1c09b72d71b341f2a275105431ba689e23b76e32343136234ce2b424cc1ecac"
sha256 "9d8c3df48132a3d141570667539b102d31829f5d803c01e39c39a4cc4fd666eb"
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.3/kbcli-linux-amd64-v0.8.3.tar.gz"
sha256 "e1c09b72d71b341f2a275105431ba689e23b76e32343136234ce2b424cc1ecac"
sha256 "9d8c3df48132a3d141570667539b102d31829f5d803c01e39c39a4cc4fd666eb"
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.3/kbcli-linux-arm64-v0.8.3.tar.gz"
sha256 "e1c09b72d71b341f2a275105431ba689e23b76e32343136234ce2b424cc1ecac"
sha256 "9d8c3df48132a3d141570667539b102d31829f5d803c01e39c39a4cc4fd666eb"
end

conflicts_with "kbcli"
Expand Down

0 comments on commit 05d1962

Please sign in to comment.