Skip to content

Commit

Permalink
Merge pull request #158052 from BrewTestBot/bump-eksctl-0.167.0
Browse files Browse the repository at this point in the history
eksctl 0.167.0
  • Loading branch information
BrewTestBot authored Dec 22, 2023
2 parents c55095c + e550de0 commit e8356e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/e/eksctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class Eksctl < Formula
desc "Simple command-line tool for creating clusters on Amazon EKS"
homepage "https://eksctl.io"
url "https://github.com/weaveworks/eksctl.git",
tag: "0.166.0",
revision: "a5a595e697e4220583a19d4e8ae2b929f885139c"
tag: "0.167.0",
revision: "4280da7cd7f34234475c253661c001c08a563681"
license "Apache-2.0"
head "https://github.com/weaveworks/eksctl.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc4ff867f8a8c5e93c4cba13a2efae8e6fa8a3cfe61d033f2e827a9f38c8aa95"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d6335e9be07a49b8fe6be5fa8ebfe4f7b803e27c3a79b5da1dd39578afaf1230"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c8a69dfedd79b4fddfb440804ef3a6c79e1ee20963b439493b30535fe7118a3f"
sha256 cellar: :any_skip_relocation, sonoma: "c4eddfb393420a893610d54304d896d1dd3b067b1f5f875f93a0a985425b173a"
sha256 cellar: :any_skip_relocation, ventura: "036d77aa03aa33db95f4e8e96fee637191b178c93b2c47e62ebcef1f6bf35234"
sha256 cellar: :any_skip_relocation, monterey: "d5f6687e8f070aea1290f9e1a6b6685bf37708b7da9ec658a881bbd813d14abd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "410718d031e8e6defd05422a3995b22653c9191bd1cdbda8dff009b377fcf518"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fef1ae4689a0d2bf376c7681bae2dce48ad1a013c55848850fde49f5a5ae13ba"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a750df47cceefc0d66c8bada47e83f4b95485edaac8c984f5cd08d429e9af0f0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "46a4985ac88e0cf4893b5586049f0cdfe7f4dcfa18c35885d163d4b07f12feda"
sha256 cellar: :any_skip_relocation, sonoma: "ca358d5990f367511a6fbfa3f93f760a248120b5eff085471cd395f92da41eb9"
sha256 cellar: :any_skip_relocation, ventura: "6dd0f20ab90b50819676573bba9ab8c81eeabb9287cdf8663aa9d33dc30ebaca"
sha256 cellar: :any_skip_relocation, monterey: "af4a6adbbe9081d5ca3ee0bbee79bbc7ecc88a3b63031a46077281c6df54f157"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ee711223d9ed8b65d4efb5c08a90209d86ab880bf57673e9a0bdb8216effe67"
end

depends_on "counterfeiter" => :build
Expand Down

0 comments on commit e8356e6

Please sign in to comment.