Skip to content

Commit

Permalink
Merge pull request #161601 from BrewTestBot/bump-cilium-cli-0.15.22
Browse files Browse the repository at this point in the history
cilium-cli 0.15.22
  • Loading branch information
BrewTestBot authored Feb 2, 2024
2 parents 4259bde + ce3da62 commit 8cfaabc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cilium-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class CiliumCli < Formula
desc "CLI to install, manage & troubleshoot Kubernetes clusters running Cilium"
homepage "https://cilium.io"
url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.15.21.tar.gz"
sha256 "d1b0cba6ae381c89f7d8ecc6b6d73b56d87de891ee0ab43c12275fc7e9e59ea1"
url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.15.22.tar.gz"
sha256 "e6bd80d865cbe0bb17ef08bb26e2b3bf223350edbb35f3e5d30b543baf22a6b9"
license "Apache-2.0"

# Upstream uses GitHub releases to indicate that a version is released
Expand All @@ -14,13 +14,13 @@ class CiliumCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a92fff727aeaa6a45e9df0a17ba80ea3c7a89ed04e4fe71756e9b5c4eb743fd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7892ac3fc62eb858463f0d3cd7c7a6d354d9f79288fba5153c46221a918031ec"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8301ffd6491ce253cf63bb8f5d45a3436340d060f3559c0c5f91d051afbd2e5c"
sha256 cellar: :any_skip_relocation, sonoma: "2ece2e05a30911d224f2799e812ecf51033731d5b65a7463d2a0cf55aa68b276"
sha256 cellar: :any_skip_relocation, ventura: "38391cf600cab617a9b1cf358d729d5ba6194d5bd11f8f3cde22bc629c15dd71"
sha256 cellar: :any_skip_relocation, monterey: "f987f91df607a12a07a7263052b05a648e341acb9068642bbc7ca18bfc5a804e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aac4e6ed64385e2c34687997b005d5a2ad37277afc6f32ce4a64443a3a2a88b8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f37482345fb3c31c08f51d7139b679cf99791fd40e290f5200bd383ecf4333a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c489dcd0be870c783dc1bbdc67cb99a45adfa466dac220a9d63fc262976588ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "44ddc3b69e1b38251e7690f621bf878fa5f450d6171bad4a3f369c4804822a5f"
sha256 cellar: :any_skip_relocation, sonoma: "db87438d9d36126af12d491b39f0fe096c63231b8f5449b985acdbed3b9547da"
sha256 cellar: :any_skip_relocation, ventura: "6f84ef02fd89ed2c54d06f71d7c361ed765469637bf35027514e59af5bc1a9cc"
sha256 cellar: :any_skip_relocation, monterey: "72d38a22cc60cc88b9f1d0b4fa8e9ab3eec5c509d905207c84bf2ecb793768ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3926f567d3330f92d7286fc2b557c89a3cb6bc33da6a6bcadd38b11859e25f38"
end

depends_on "go" => :build
Expand Down

0 comments on commit 8cfaabc

Please sign in to comment.