Skip to content

Commit 254b4cf

Browse files
authored
Merge pull request #249490 from Homebrew/bump-clusterawsadm-2.9.2
clusterawsadm 2.9.2
2 parents 137e7bb + e18b8c1 commit 254b4cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/clusterawsadm.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Clusterawsadm < Formula
22
desc "Home for bootstrapping, AMI, EKS, and other helpers in Cluster API Provider AWS"
33
homepage "https://cluster-api-aws.sigs.k8s.io/clusterawsadm/clusterawsadm.html"
44
url "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git",
5-
tag: "v2.9.1",
6-
revision: "9c1704975705d44b74fa4a1dc3b9a37e6f4d95e2"
5+
tag: "v2.9.2",
6+
revision: "d3a7da16f7a772ac412d1a37b345af8c55ddcd9d"
77
license "Apache-2.0"
88
head "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git", branch: "main"
99

@@ -13,12 +13,12 @@ class Clusterawsadm < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f5023afa9397593c29f387a0d0fcc660abdadf370349655dc62668e797888f6b"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "be5b3a26dec54d9d22b37691138ba818a090c8c7e795c1632ba7b2b33d43c3b5"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a60560f837122b6728a52e2e514195988545cac93e549ad919c2f8811bc6dffc"
19-
sha256 cellar: :any_skip_relocation, sonoma: "32ca62afaaf72f78522f0207187f45c29863b3da949d869cedaae96d769148dd"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "c54326a19b6de905373768cb05c4e57e82d65dd8cec61597809afed1204a7672"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca6e3ec8292970b0bec3d42850c4a299b61aace904ab8a2e4cb699e8c9a9212b"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "adaba1291b1c9e5e0ec72e380a906b43bc5d630d81ebbc373bc74a2f8ef8dbab"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c9c6d3b573c851d0de7965795eab3363009c4b66a8ff3454a9d2e6048d18e3f"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba272bfd8d9c49bab7f15c7ad81be389a97581a98022478d5b372d67172ff84d"
19+
sha256 cellar: :any_skip_relocation, sonoma: "afceea38832dc90112e6131b01cf0c0621d962bee11bcb0852d445556c3153f2"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "f5b8045c30f9a8b773f355657010b1e8c0af01dada71e2767b28405600662e9f"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "deb6230d326662e3d8cb0f05fae6a8be9f5bc5ae93c258b2a85e011cc8c890b4"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)