Skip to content

Commit

Permalink
kind: update 0.26.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Dec 16, 2024
1 parent 6b29637 commit 89c1b3f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Formula/k/kind.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ class Kind < Formula
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 89c1b3f

Please sign in to comment.