Skip to content

Commit

Permalink
Merge pull request #197116 from Homebrew/bump-kind-0.25.0
Browse files Browse the repository at this point in the history
kind 0.25.0
  • Loading branch information
BrewTestBot authored Nov 9, 2024
2 parents 04269cf + b8820b6 commit 1a2c863
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/k/kind.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Kind < Formula
desc "Run local Kubernetes cluster in Docker"
homepage "https://kind.sigs.k8s.io/"
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.24.0.tar.gz"
sha256 "eb7bcb8005ff980d7d7ad088165a5a6236f484444aa397520cd98cb046e1d797"
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.25.0.tar.gz"
sha256 "016c36750be5c5fb81f70e4675ee0a4f278dd929f05273184ff68cae112ce71b"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/kind.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d608a295d52a769cdefa9f49c5d84bee01e21119016dd4870960a0b85b9416f9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d20522ec44b43bfa7c01d4c71a2d87acb7280bd59c26c3f29e18aa349f462eab"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a364ca7bf349559bea646b85a29b51a7988080fe0ef513810abf8118ca6aa65"
sha256 cellar: :any_skip_relocation, arm64_monterey: "536aeaba5a28504851e82fd6d9b1bd6f667483d91b887a4de10ea5d4938d20fa"
sha256 cellar: :any_skip_relocation, sonoma: "bfc12516b85b818ffa62771de78abcd2423a92b601bca91dfc8ba32311b54077"
sha256 cellar: :any_skip_relocation, ventura: "cd2708f283c9f9e66798e095b08e971dc19ad8011ca984c6a7fe99004157f830"
sha256 cellar: :any_skip_relocation, monterey: "498c534c5297b98df0ed53fca401fb9dd3edc07457d32788c71f76fb9b4c11e4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "64af9a5158b440abe6f6a2873d04f165281fd5ff58de292183afa7830702078f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
sha256 cellar: :any_skip_relocation, sonoma: "072b9207013e8a64230fae40fdc55d3014db5f42574c6dc988f899ab4635d8bf"
sha256 cellar: :any_skip_relocation, ventura: "072b9207013e8a64230fae40fdc55d3014db5f42574c6dc988f899ab4635d8bf"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e68b6008d3d57cf4cbb5a497e4e99f094e3916c22e187314dff8903efef22b8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1a2c863

Please sign in to comment.