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 15, 2024
1 parent 9f25a0d commit ff41fbd
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.2/kbcli-linux-amd64-v0.8.2.tar.gz"
sha256 "acfe91ca06f336b785b5beafca9e2d2353cd840c30d41776d9a3980590f273b9"
sha256 "eda45306869057ca91e3371b0694b8b51cc8cd45e8e033a0a8d611248f1b7ac5"
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.2/kbcli-linux-amd64-v0.8.2.tar.gz"
sha256 "acfe91ca06f336b785b5beafca9e2d2353cd840c30d41776d9a3980590f273b9"
sha256 "eda45306869057ca91e3371b0694b8b51cc8cd45e8e033a0a8d611248f1b7ac5"
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.2/kbcli-linux-arm64-v0.8.2.tar.gz"
sha256 "acfe91ca06f336b785b5beafca9e2d2353cd840c30d41776d9a3980590f273b9"
sha256 "eda45306869057ca91e3371b0694b8b51cc8cd45e8e033a0a8d611248f1b7ac5"
end

conflicts_with "kbcli"
Expand Down

0 comments on commit ff41fbd

Please sign in to comment.