Skip to content

Commit

Permalink
Merge pull request #164363 from BrewTestBot/bump-clusterawsadm-2.3.5
Browse files Browse the repository at this point in the history
clusterawsadm 2.3.5
  • Loading branch information
BrewTestBot authored Feb 27, 2024
2 parents 5c71699 + 6d4fe82 commit 30310cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/clusterawsadm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Clusterawsadm < Formula
desc "Home for bootstrapping, AMI, EKS, and other helpers in Cluster API Provider AWS"
homepage "https://cluster-api-aws.sigs.k8s.io/clusterawsadm/clusterawsadm.html"
url "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git",
tag: "v2.3.1",
revision: "ca3cc2d63a5646c06d5dec5368ab7c50fe806ef9"
tag: "v2.3.5",
revision: "a9013c3003354cb5d3831250726c5ff8cddd196d"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/cluster-api-provider-aws.git", branch: "main"

Expand All @@ -13,13 +13,13 @@ class Clusterawsadm < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc4495722691f1cea61da390ac0fbf5cbff0316f5952b5be60752076b5ece110"
sha256 cellar: :any_skip_relocation, arm64_ventura: "928680dc298f7b7f5960f5a96d06e74374a4fa8c64e40bc5c9309ad32f6da066"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9396452bda0b052a59213371e3c3b9dc251842e9fff99cc2518b24b71e918ecf"
sha256 cellar: :any_skip_relocation, sonoma: "a9cb33312181d17fd4d0930b11acf64519bfc29361634ff5c59514aaa3ac0c95"
sha256 cellar: :any_skip_relocation, ventura: "465867caffcdc7e06cc0330ab0f194c5d5088d7519ec53a009da3186add6e852"
sha256 cellar: :any_skip_relocation, monterey: "7c75b7bf3f4f812b34b1a44fb2808d1bc26a43eb382c3980e2163c17d2489972"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf5c4990ddffc63b056589ee6c6f2b32db4d29efd80260edf981c94debb1a440"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1561f6ab6add3a7c0b834663099b9f8d8e8d57d7ce29dc94b2f5aec38d0e4ab4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b9bec4545658e2fe0e0a34e0ee61b53785c8d39d7d56807d3e71d3785630ac48"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b79b39f054f1682b71abdb12880d6ea13718ec1b0a42bb02eb7c25f50b65641d"
sha256 cellar: :any_skip_relocation, sonoma: "e20804b8115f18f919c58170f8180ee1f75db7c964d2b9c49951342528f72576"
sha256 cellar: :any_skip_relocation, ventura: "d44884b0d4b7c62ade79d201f325c66fea58e5bdf8d25658fb3226adf4f848e4"
sha256 cellar: :any_skip_relocation, monterey: "ba3a648dcb81f24ef5754d7900092d21a105a4e065d3beca65e6177c403f7d35"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a786d01d8f0db3c86016d7a15990bb19d4fd8ca4d3fb4762c4e05996dde4695c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 30310cc

Please sign in to comment.