Skip to content

Commit 325fca9

Browse files
authored
Merge pull request #229445 from Homebrew/bump-operator-sdk-1.41.0
operator-sdk 1.41.0
2 parents be2674b + 35430d4 commit 325fca9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/o/operator-sdk.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class OperatorSdk < Formula
22
desc "SDK for building Kubernetes applications"
33
homepage "https://sdk.operatorframework.io/"
44
url "https://github.com/operator-framework/operator-sdk.git",
5-
tag: "v1.40.0",
6-
revision: "c975e3a03ef8e3d589806b679638f55036b56212"
5+
tag: "v1.41.0",
6+
revision: "0eefc52889ff3dfe4af406038709e6c5ba7398e5"
77
license "Apache-2.0"
88
head "https://github.com/operator-framework/operator-sdk.git", branch: "master"
99

@@ -13,13 +13,13 @@ class OperatorSdk < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "670e344565d12af5238db4ae8d7fdcbcc0778ab2c5094b5a05db449afbeca6f8"
17-
sha256 cellar: :any, arm64_sonoma: "ba14738fa09f79d74baa4156d63677d2becfc9bdd8aa531a5f1bbddc581b968d"
18-
sha256 cellar: :any, arm64_ventura: "3ecdf463337ab7d9368f5cbfa20282431153fac79c38fb9ee7664802f71733d7"
19-
sha256 cellar: :any, sonoma: "3d6b4ec986d141778a433631e3cbbb31c80b2b9dccfc8d90aaa2ca99011910f1"
20-
sha256 cellar: :any, ventura: "11f5be03a8e4f5c8418ad33e7aa77f8637ee793aee3cd8876ac5c8ae706a6c99"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "e72eac38d166ef1ec6c9f67dc320cf76c0b25646285ca718a9cbdf2ee81ac354"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "73d38750fd4ce30974342cfd559332e188dbb7d4e5d86c999bac02987aaaef59"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f7d026eeb06e1ed23029bdfad0c80317b350d7a6eeb29052b0e935ae49265b32"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "58361bff9236163871831ec0c57b25b998d66528b9c4e945341748ffe5d6d91a"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "47363d6d0051a24c182f4a9fd21ee3821b733276227a6921ec3fb74cc56c84fa"
19+
sha256 cellar: :any_skip_relocation, sonoma: "c093817d85e5e913a381dd97d367a20edab33d42424c2afc4f07247320f8f893"
20+
sha256 cellar: :any_skip_relocation, ventura: "8fdc8c81fefbe97892f7407ac472c77d534c34f1db6160f911e9e4c3320da0be"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "b89b72214994b1c8777fa07bf84d499df9806afcb1d4bd1654109173465e63a7"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce7629a483cd7847ebebb4a973c0cc7a99c8d1bdae260492a1ef6368a1cd1642"
2323
end
2424

2525
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)