diff --git a/Formula/k/kind.rb b/Formula/k/kind.rb index 3860b8486feaf..b0cd46ca5add3 100644 --- a/Formula/k/kind.rb +++ b/Formula/k/kind.rb @@ -1,19 +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.25.0.tar.gz" - sha256 "016c36750be5c5fb81f70e4675ee0a4f278dd929f05273184ff68cae112ce71b" + url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.26.0.tar.gz" + sha256 "6b0ae7748144034ba296a302f5aaaad7120aef4df9d8138cc6276a43ca3c96d1" license "Apache-2.0" head "https://github.com/kubernetes-sigs/kind.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "be14b4a408395f01600cebfcd8d6489eaee94e1fde2347af6366af96809b92df" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be14b4a408395f01600cebfcd8d6489eaee94e1fde2347af6366af96809b92df" - sha256 cellar: :any_skip_relocation, arm64_ventura: "be14b4a408395f01600cebfcd8d6489eaee94e1fde2347af6366af96809b92df" - sha256 cellar: :any_skip_relocation, sonoma: "932cfbef0435bd6c5e0af9d7694a78a2618238a48c2f484a90a169c04bdc4ddf" - sha256 cellar: :any_skip_relocation, ventura: "932cfbef0435bd6c5e0af9d7694a78a2618238a48c2f484a90a169c04bdc4ddf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3913eceb0fa7ab5899ea8d6e87859fd21978977f88cf068058f63f367f39baa4" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "472a0a175ae63c92c8975fc202905dad51e248b4f398eed975df307f0bd14c5e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "472a0a175ae63c92c8975fc202905dad51e248b4f398eed975df307f0bd14c5e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "472a0a175ae63c92c8975fc202905dad51e248b4f398eed975df307f0bd14c5e" + sha256 cellar: :any_skip_relocation, sonoma: "c7d874230e058d14a3110ed5ea57f60402c22899ba2ae52f6966740e3530f2ee" + sha256 cellar: :any_skip_relocation, ventura: "c7d874230e058d14a3110ed5ea57f60402c22899ba2ae52f6966740e3530f2ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f648c44eceb2862a2bfbf1cfeeb2e617af65fff6b493739e0506c7417eaeb2a1" end depends_on "go" => :build