Skip to content

Commit d83fdd6

Browse files
committed
kind 0.25.0
1 parent 0ee169d commit d83fdd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/k/kind.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)