Skip to content

Commit

Permalink
Merge pull request #193242 from Homebrew/bump-clusterctl-1.8.4
Browse files Browse the repository at this point in the history
clusterctl 1.8.4
  • Loading branch information
BrewTestBot authored Oct 8, 2024
2 parents 0f6a1bb + 66f130f commit 90e82ba
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 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.3.tar.gz"
sha256 "16fc4e794ae83945b6ad5bf8cb2e298327167880b594aa1d92f4ab70bbba763a"
url "https://github.com/kubernetes-sigs/cluster-api/archive/refs/tags/v1.8.4.tar.gz"
sha256 "ae3e103dc2f42d0dbc0ea88448cc3fd0642fe8c2bd9e051241c1a4ec48fed1ed"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/cluster-api.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff1e24f1083d5969bbf6b6d271ee1df7972025b32beff520c6ec6dbaf7ebbdb4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e359109d290ac796074125907fe8b17bc9c52def490d075faf450414786c21d3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c6d99ec9051fdb24b0a9a8ac73a92a406e6c61b1675e62b622977d60f3d12d2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b35d40c55fc09339b9fbbc0836771daf650fcb3507f98bb92ad94b7089a55d6f"
sha256 cellar: :any_skip_relocation, sonoma: "c99c7246092dd9d8ebc7b47da77172b975602cb9ed1eeedc6f13cf6a82643279"
sha256 cellar: :any_skip_relocation, ventura: "f0fa8c829876d60bfc1ccccfa252cf6b4eaf55cfbac1ca6612699ba2c51c7e70"
sha256 cellar: :any_skip_relocation, monterey: "7054f13354c7ddee782bb532cdba1c663e4ac66299975d56fce4bcd520770a04"
sha256 cellar: :any_skip_relocation, x86_64_linux: "165471d7f30a73f0c737976b28937902d39c98bb652951c25ee546a379d5a1d2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5848283087bba7bbb2c97febdb23730dbfaa0ad505e60f86a900d61c3f9d78f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e613b6b2510ce25213350b9abc1f8554f79851a22d6ebbcba73bc3222974f55"
sha256 cellar: :any_skip_relocation, arm64_ventura: "19557563e1846c90bf2cf723201d9a67f59a5115a815815199458c8c235b4b69"
sha256 cellar: :any_skip_relocation, sonoma: "2185c494c00f88068d89c7ba58005bee9e77965bbe809dba6a89a8db6f4538e6"
sha256 cellar: :any_skip_relocation, ventura: "453ea6630c0a8fd1339422867f8bf4de3c937fbe536330957e80f18b6fbe6720"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f45ee044824aa5d7fc7d72372d2bcd7ea5c5a9fa94208bddd5c22506b27e610a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 90e82ba

Please sign in to comment.