Skip to content

Commit

Permalink
Merge pull request #201437 from Homebrew/bump-kind-0.26.0
Browse files Browse the repository at this point in the history
kind 0.26.0
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents f94890d + 89c1b3f commit f3bc331
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/k/kind.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3bc331

Please sign in to comment.