Skip to content

Commit 1a2c863

Browse files
authored
Merge pull request #197116 from Homebrew/bump-kind-0.25.0
kind 0.25.0
2 parents 04269cf + b8820b6 commit 1a2c863

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/k/kind.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Kind < Formula
22
desc "Run local Kubernetes cluster in Docker"
33
homepage "https://kind.sigs.k8s.io/"
4-
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.24.0.tar.gz"
5-
sha256 "eb7bcb8005ff980d7d7ad088165a5a6236f484444aa397520cd98cb046e1d797"
4+
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.25.0.tar.gz"
5+
sha256 "016c36750be5c5fb81f70e4675ee0a4f278dd929f05273184ff68cae112ce71b"
66
license "Apache-2.0"
77
head "https://github.com/kubernetes-sigs/kind.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d608a295d52a769cdefa9f49c5d84bee01e21119016dd4870960a0b85b9416f9"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d20522ec44b43bfa7c01d4c71a2d87acb7280bd59c26c3f29e18aa349f462eab"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a364ca7bf349559bea646b85a29b51a7988080fe0ef513810abf8118ca6aa65"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "536aeaba5a28504851e82fd6d9b1bd6f667483d91b887a4de10ea5d4938d20fa"
14-
sha256 cellar: :any_skip_relocation, sonoma: "bfc12516b85b818ffa62771de78abcd2423a92b601bca91dfc8ba32311b54077"
15-
sha256 cellar: :any_skip_relocation, ventura: "cd2708f283c9f9e66798e095b08e971dc19ad8011ca984c6a7fe99004157f830"
16-
sha256 cellar: :any_skip_relocation, monterey: "498c534c5297b98df0ed53fca401fb9dd3edc07457d32788c71f76fb9b4c11e4"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "64af9a5158b440abe6f6a2873d04f165281fd5ff58de292183afa7830702078f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "072b9207013e8a64230fae40fdc55d3014db5f42574c6dc988f899ab4635d8bf"
14+
sha256 cellar: :any_skip_relocation, ventura: "072b9207013e8a64230fae40fdc55d3014db5f42574c6dc988f899ab4635d8bf"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e68b6008d3d57cf4cbb5a497e4e99f094e3916c22e187314dff8903efef22b8"
1816
end
1917

2018
depends_on "go" => :build

0 commit comments

Comments
 (0)