Skip to content

Commit 4cb8aea

Browse files
authored
Merge pull request #182649 from Homebrew/bump-aws-iam-authenticator-0.6.26
aws-iam-authenticator 0.6.26
2 parents 85b9e98 + 7020ff1 commit 4cb8aea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/aws-iam-authenticator.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class AwsIamAuthenticator < Formula
22
desc "Use AWS IAM credentials to authenticate to Kubernetes"
33
homepage "https://github.com/kubernetes-sigs/aws-iam-authenticator"
4-
url "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/refs/tags/v0.6.25.tar.gz"
5-
sha256 "774e745d27f8ec9b3aea3a23939ec1647ef13c6c47f6ac1ae2d6ac7f5effc117"
4+
url "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/refs/tags/v0.6.26.tar.gz"
5+
sha256 "ff102424fde0f4da75a8c21c89757fb94b04460cadf1949d9a5985e5826bfa1f"
66
license "Apache-2.0"
77
head "https://github.com/kubernetes-sigs/aws-iam-authenticator.git", branch: "master"
88

@@ -16,13 +16,13 @@ class AwsIamAuthenticator < Formula
1616
end
1717

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6048ce90f24efab455b9912aab0d82fa115828b6a04b7c927e7327907aa2cda4"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6048ce90f24efab455b9912aab0d82fa115828b6a04b7c927e7327907aa2cda4"
21-
sha256 cellar: :any_skip_relocation, arm64_monterey: "6048ce90f24efab455b9912aab0d82fa115828b6a04b7c927e7327907aa2cda4"
22-
sha256 cellar: :any_skip_relocation, sonoma: "bf0b1254a51828232ee39d66069a9d17e20aa7da8e9d304a801380144f933364"
23-
sha256 cellar: :any_skip_relocation, ventura: "bf0b1254a51828232ee39d66069a9d17e20aa7da8e9d304a801380144f933364"
24-
sha256 cellar: :any_skip_relocation, monterey: "bf0b1254a51828232ee39d66069a9d17e20aa7da8e9d304a801380144f933364"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0401665f626946a9324736fefe7ca2e7981bc25af9acdbd3c81d0dbd88baee6"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5fd36379d4c213bf42a4d86a6b2cc5adf808f47456b3f0181a0621a0ae1df258"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5fd36379d4c213bf42a4d86a6b2cc5adf808f47456b3f0181a0621a0ae1df258"
21+
sha256 cellar: :any_skip_relocation, arm64_monterey: "5fd36379d4c213bf42a4d86a6b2cc5adf808f47456b3f0181a0621a0ae1df258"
22+
sha256 cellar: :any_skip_relocation, sonoma: "6c53a2c1a7d6ae0b747d658d4b09b84fd36fd54cd4172da23b4e7941c1c8e30f"
23+
sha256 cellar: :any_skip_relocation, ventura: "6c53a2c1a7d6ae0b747d658d4b09b84fd36fd54cd4172da23b4e7941c1c8e30f"
24+
sha256 cellar: :any_skip_relocation, monterey: "6c53a2c1a7d6ae0b747d658d4b09b84fd36fd54cd4172da23b4e7941c1c8e30f"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8bcf8a265865630154155861eebb0f2d69c8c6a1e1d099b75e943d0a2af09107"
2626
end
2727

2828
depends_on "go" => :build

0 commit comments

Comments
 (0)