Skip to content

Commit 632530a

Browse files
authored
Merge pull request Homebrew#227196 from Homebrew/bump-clusterctl-1.10.3
clusterctl 1.10.3
2 parents 018315f + 70518ca commit 632530a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/clusterctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Clusterctl < Formula
22
desc "Home for the Cluster Management API work, a subproject of sig-cluster-lifecycle"
33
homepage "https://cluster-api.sigs.k8s.io"
4-
url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.10.2.tar.gz"
5-
sha256 "9006295223336d73b28b24a31f8c8210dcf3aba05dc2b57dcfbb6c71b0e03e7a"
4+
url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.10.3.tar.gz"
5+
sha256 "d93fcf18606addfdd93722b197138c992022180183d5420007a4c7e5d0ccc17d"
66
license "Apache-2.0"
77
head "https://github.com/kubernetes-sigs/cluster-api.git", branch: "main"
88

@@ -17,12 +17,12 @@ class Clusterctl < Formula
1717
end
1818

1919
bottle do
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d9ddbf26aa397e13d35a74f670be4a6a8baa45e0327d792e317089cd5d1fa6aa"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9ddbf26aa397e13d35a74f670be4a6a8baa45e0327d792e317089cd5d1fa6aa"
22-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d9ddbf26aa397e13d35a74f670be4a6a8baa45e0327d792e317089cd5d1fa6aa"
23-
sha256 cellar: :any_skip_relocation, sonoma: "71426ec7dcfd322fcba1faa5bcd3313a6811f960e8139096356161518f2642b8"
24-
sha256 cellar: :any_skip_relocation, ventura: "71426ec7dcfd322fcba1faa5bcd3313a6811f960e8139096356161518f2642b8"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "203010958b88cc2d53e57e5244cbfae01ca95ff64cead486b2181448fcc6b3da"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e96865bd21f4f6715c52e65dce81e8fbd1a3ce12a9e93c281a792b5e61cdc97"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e96865bd21f4f6715c52e65dce81e8fbd1a3ce12a9e93c281a792b5e61cdc97"
22+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e96865bd21f4f6715c52e65dce81e8fbd1a3ce12a9e93c281a792b5e61cdc97"
23+
sha256 cellar: :any_skip_relocation, sonoma: "a548789c37b4a5c5fa404323de3b259699e8a7a8f24cf1cb84dc3c664185924c"
24+
sha256 cellar: :any_skip_relocation, ventura: "a548789c37b4a5c5fa404323de3b259699e8a7a8f24cf1cb84dc3c664185924c"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac8a9865a878248538246304a40418b40726731ab47635ec8cf86c6992341aba"
2626
end
2727

2828
depends_on "go" => :build

0 commit comments

Comments
 (0)