Skip to content

Commit fd96589

Browse files
authored
Merge pull request #235886 from Homebrew/bump-clusterctl-1.11.1
clusterctl 1.11.1
2 parents f6347b2 + 4feab43 commit fd96589

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.11.0.tar.gz"
5-
sha256 "c6541b06798f93255924b4e8d5a11e9bfeda824d181e8875b29b488e8605eb75"
4+
url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.11.1.tar.gz"
5+
sha256 "8e180de174bb9f675635862d769a9b8466d27a7cfe3ce16847ea7e7e5a451e46"
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: "a56e3bdd73bcc4a6928e951ea3f0826d169b049f2fd6e9921a4b8679e4f8a854"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fdd452ff485fb4ffd06cae3fa6a9f92e270106b9320568c1c0a45cfa1ccad99"
22-
sha256 cellar: :any_skip_relocation, arm64_ventura: "48ae0978c90059617f4c1431df48c165c9fe204233efcf962520339e02f6ed3a"
23-
sha256 cellar: :any_skip_relocation, sonoma: "7bf187347e8f182a64423d696265121b81e6c6c4083715eed1151913f591baf8"
24-
sha256 cellar: :any_skip_relocation, ventura: "95646c3317436db5531e06cfef6b30900cb2a327412af9c0da1e6a1d56de1c29"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6086805fbd4ed5bf4e134df3f6641d47460f8e3ddd75cee83315d2ad9208cd39"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ada5630752b60131ad8563d162838290594fef572268d4c0bfa58c636f63c6a2"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "53a5dedea3ebce7ff8b37a82ae5d8005b42aa526b4cac2ebadb05389816596f9"
22+
sha256 cellar: :any_skip_relocation, arm64_ventura: "de45d33add9b6835b79e33f045ace310eb2942b0f897a5eda2924b54fab955c2"
23+
sha256 cellar: :any_skip_relocation, sonoma: "94746ff6aaa3d8ff80271c70feeade2862dc9560c050a0afd4ba214f523e3abe"
24+
sha256 cellar: :any_skip_relocation, ventura: "d8525613a612bade74bfaf6482a1237d993a26c9f48ad7eb04ef785f36fdac31"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "54224ddcac9e3e12783624bb51c09bc31d2f2d339dd09948d1bd8d64235b33a0"
2626
end
2727

2828
depends_on "go" => :build

0 commit comments

Comments
 (0)