Skip to content

Commit

Permalink
Merge pull request #205961 from Homebrew/bump-cilium-cli-0.16.24
Browse files Browse the repository at this point in the history
cilium-cli 0.16.24
  • Loading branch information
BrewTestBot authored Jan 30, 2025
2 parents 0bf82fe + 36168ab commit afd2c24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.16.23.tar.gz"
sha256 "a0464981234670738e0a997b25f34faae0b68134b2c3dab381141010ced140c3"
url "https://github.com/cilium/cilium-cli/archive/refs/tags/v0.16.24.tar.gz"
sha256 "d7eb7e8e3b904e131c48d9e0aec09d3a5dc4a98d6fe78d5d9aa222565e2a69f9"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f64fbd2843f5d14ffc388ae24540e2eb25215cf9d8a22087403bf4fdf318d03"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fa3276e0f03316e5a31deff5b37971607693eefc96eb1d50d571979439d80cd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c9fee69b8f3965a0774418ace5216c7914093e141db04755226082a6b8a93029"
sha256 cellar: :any_skip_relocation, sonoma: "8d688a25336fe3b0181a891ff6b1d225379ff7f4ea621cba69cc89dff2f276d2"
sha256 cellar: :any_skip_relocation, ventura: "a4b3b71f3790b792ad17f0fccb870892e9d87832e5dcda8615f10d027fec3706"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f1d90d0f092be3644c53328750a9a585ec15959664b53afd50e8337d0d9281ac"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2a8083640072d02e452bb88b0ebff12a87ec4f33965db934d777936f7f5b3a4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0a96562cd49af2a56c7d369bd5198b24dc64dd140647b2ff26bbb64285ecd26"
sha256 cellar: :any_skip_relocation, arm64_ventura: "983cd80b5b86a09767568c4aabb6aafd041220de11b96cb9e60917dafabb8b78"
sha256 cellar: :any_skip_relocation, sonoma: "104db2aab0c548c675d93a9f322aaade1e9cf29564b1e5348054960d4fa09fb9"
sha256 cellar: :any_skip_relocation, ventura: "0da5efdf4a757cd27408e381e31cf0afd6e5479d7134ac51e67cd2679bb7d6e5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7bb4b4dee58e47eb076f1593ca8538c43e7355b15ccf873e3c07431ffb9543b"
end

depends_on "go" => :build
Expand Down

0 comments on commit afd2c24

Please sign in to comment.