Skip to content

Commit 027f9e6

Browse files
authored
Merge pull request #278526 from Homebrew/bump-aws-iam-authenticator-0.7.13
aws-iam-authenticator 0.7.13
2 parents cc32492 + 9d25c31 commit 027f9e6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/a/aws-iam-authenticator.rb

Lines changed: 8 additions & 8 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.7.12.tar.gz"
5-
sha256 "a8edf13b033400ae9bf5c0d354b5aa98ac133d3d781dece4568ae9de5e74eda9"
4+
url "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/refs/tags/v0.7.13.tar.gz"
5+
sha256 "d0b05287e7cddec75a2951d27bbc40e76e5a6d20755b69842f67c495de024343"
66
license "Apache-2.0"
77
head "https://github.com/kubernetes-sigs/aws-iam-authenticator.git", branch: "master"
88

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

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a28929b04fe8d25b42a78d37a2ce3cb3936d14596b1e3e862abc580c6232a1e6"
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ecf6373985b6ae98bf38393d74119f82856641641e57885ed1206229e7c56d4"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9407174faf71608e53ce9aa7fcffd3bd827bb915bf1bb130cb4a8e0ea830ac6a"
22-
sha256 cellar: :any_skip_relocation, sonoma: "db7180b9fc9d55ebbe58196b0bec91808febb32c4b058d1d57b85641affdb1d8"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "263c2675226a8686a97016ed9284439501c1b36f10a1f2fb8887f28e4932e565"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "49fb16e9ccba8634dd545aba3060bc7b70e4fd854e64be3047e2278852e65b9d"
19+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "960f90fbdc27f08eced8d782c746f4debd0851acb48ae9d1ce43f6a50ed42947"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4224c5b1ed01ff40d43f8fa1c1675190fdb52c6aa148c2a6e04d37d1f7758440"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32b180dd8f5fe09c7b20d2180b7d6b72f68c8b7e4db89a710481ba3287a55adf"
22+
sha256 cellar: :any_skip_relocation, sonoma: "2b12bee54c6ff5a5b96284c9a5eeb182ae3628d00822b1f0b2697040b3f4482e"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "b15fd9046ea54d261171fbdf85b6ce656deeca8d0359b37dcabb131a95e96c71"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bc487c825bb0264409f92057987c849c641e428495ae9b2629e05d4c314a85e"
2525
end
2626

2727
depends_on "go" => :build

0 commit comments

Comments
 (0)