Skip to content

Commit

Permalink
Merge pull request #200700 from Homebrew/bump-clusterctl-1.9.0
Browse files Browse the repository at this point in the history
clusterctl 1.9.0
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents 7df56ba + 0f427df commit 5c2cc69
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/clusterctl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Clusterctl < Formula
desc "Home for the Cluster Management API work, a subproject of sig-cluster-lifecycle"
homepage "https://cluster-api.sigs.k8s.io"
url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.8.5.tar.gz"
sha256 "ddf3034d93af6da086791bdfd8ddfa1101e03080e81e41ac8a9d1ebfc57f6e06"
url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.9.0.tar.gz"
sha256 "0105931512aa9098f6d8ac2f21e05013448b44085eed2bcf7a7dd1d864d1fca3"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/cluster-api.git", branch: "main"

Expand All @@ -17,12 +17,12 @@ class Clusterctl < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "05428df05da7552b596f083638695f62d4ea6732c7f6488a150b927e8d4bda4b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "60f46a963688ab4aa7e70e2fabfa7bd2744f4d6eaba0aa8f7d6992cbcc0f8a6c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e524218ef69908f1db5f05b63bcb7c889a29def6da569d1f2d4a881e29dbdc50"
sha256 cellar: :any_skip_relocation, sonoma: "1fcb1780603f0a9e0dc9008d9c1cc7e2604ebecd6ba8447cee201be9c510a8a9"
sha256 cellar: :any_skip_relocation, ventura: "b3ce43f69a107e82d99ef1382e4f62467a26d8def282e91c5468d0199231afd7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "26af4cd0cf2b17cc953abae4606f4d217f26b2266bf4a4282c0378f083eb64af"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a88e067a42859ebe51466a64071f2a5a18d79d8e858052286a6ab4a21f859e6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a88e067a42859ebe51466a64071f2a5a18d79d8e858052286a6ab4a21f859e6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6a88e067a42859ebe51466a64071f2a5a18d79d8e858052286a6ab4a21f859e6"
sha256 cellar: :any_skip_relocation, sonoma: "e055a7bd4c917e4f0e44763d035d5ecdce607e4574eada577042b4de80460ac8"
sha256 cellar: :any_skip_relocation, ventura: "e055a7bd4c917e4f0e44763d035d5ecdce607e4574eada577042b4de80460ac8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "70ddf5bd506ab71de40f8ece291878e4081d23f09d07daecfda30c83bf8a64ff"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5c2cc69

Please sign in to comment.