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 13, 2024
1 parent ea5aa2d commit 8558ff9
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.2/kbcli-darwin-amd64-v0.9.2.tar.gz"
sha256 "4e5ae9685b09339335c14651ad7b4a6157000d5fc36f68c84518ce3dd6ccac3e"
sha256 "6c57c12f6a0a7cfdd1db99181b3dc94c0b432604026d8d02c80ce8194397e526"
end

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

if OS.linux? && Hardware::CPU.intel?
url "https://jihulab.com/api/v4/projects/85948/packages/generic/kubeblocks/v0.9.2/kbcli-linux-amd64-v0.9.2.tar.gz"
sha256 "4e5ae9685b09339335c14651ad7b4a6157000d5fc36f68c84518ce3dd6ccac3e"
sha256 "6c57c12f6a0a7cfdd1db99181b3dc94c0b432604026d8d02c80ce8194397e526"
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.2/kbcli-linux-amd64-v0.9.2.tar.gz"
sha256 "4e5ae9685b09339335c14651ad7b4a6157000d5fc36f68c84518ce3dd6ccac3e"
sha256 "6c57c12f6a0a7cfdd1db99181b3dc94c0b432604026d8d02c80ce8194397e526"
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.2/kbcli-linux-arm64-v0.9.2.tar.gz"
sha256 "4e5ae9685b09339335c14651ad7b4a6157000d5fc36f68c84518ce3dd6ccac3e"
sha256 "6c57c12f6a0a7cfdd1db99181b3dc94c0b432604026d8d02c80ce8194397e526"
end

conflicts_with "kbcli"
Expand Down

0 comments on commit 8558ff9

Please sign in to comment.