Skip to content

Commit

Permalink
Merge pull request #197158 from Homebrew/bump-kubebuilder-4.3.1
Browse files Browse the repository at this point in the history
kubebuilder 4.3.1
  • Loading branch information
BrewTestBot authored Nov 9, 2024
2 parents c0c9778 + 6db36e3 commit 5052d6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kubebuilder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ class Kubebuilder < Formula
desc "SDK for building Kubernetes APIs using CRDs"
homepage "https://github.com/kubernetes-sigs/kubebuilder"
url "https://github.com/kubernetes-sigs/kubebuilder.git",
tag: "v4.3.0",
revision: "eae8b2182a65df49eb04ed63d6c45043b454905c"
tag: "v4.3.1",
revision: "a9ee3909f7686902879bd666b92deec4718d92c9"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/kubebuilder.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7860e00b9d761d20361903d544cf6f65de0660196837439310e75c21799464b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7860e00b9d761d20361903d544cf6f65de0660196837439310e75c21799464b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7860e00b9d761d20361903d544cf6f65de0660196837439310e75c21799464b"
sha256 cellar: :any_skip_relocation, sonoma: "b68410ccb1257390c4f51b61b1a034975024365272c82c49d4a3d7d1294cc266"
sha256 cellar: :any_skip_relocation, ventura: "b68410ccb1257390c4f51b61b1a034975024365272c82c49d4a3d7d1294cc266"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8260ad68fc4ad2c57f09f0c89a3621c9c578d7f98d327afc172002e001a8b89"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "016d9d995f10b2fe1b1db2c05b60a64eef16564809d6076084461029b8528151"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "016d9d995f10b2fe1b1db2c05b60a64eef16564809d6076084461029b8528151"
sha256 cellar: :any_skip_relocation, arm64_ventura: "016d9d995f10b2fe1b1db2c05b60a64eef16564809d6076084461029b8528151"
sha256 cellar: :any_skip_relocation, sonoma: "a020a5cfe836ae743f6873aa92dee596beef375b819b28ead26227458ef6cc4d"
sha256 cellar: :any_skip_relocation, ventura: "a020a5cfe836ae743f6873aa92dee596beef375b819b28ead26227458ef6cc4d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2513a356dbea0491aa7a9fd001015b3be21eb1f23c53739a66c90a778994bcf5"
end

depends_on "go"
Expand Down

0 comments on commit 5052d6c

Please sign in to comment.