From 9553acc2b25de74c5231e3e2d9db9edaaec32792 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:41:10 +0000 Subject: [PATCH 1/2] kubelogin 1.30.1 --- Formula/k/kubelogin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubelogin.rb b/Formula/k/kubelogin.rb index 0508a07741a1..d0a2a2b4df78 100644 --- a/Formula/k/kubelogin.rb +++ b/Formula/k/kubelogin.rb @@ -1,8 +1,8 @@ class Kubelogin < Formula desc "OpenID Connect authentication plugin for kubectl" homepage "https://github.com/int128/kubelogin" - url "https://github.com/int128/kubelogin/archive/refs/tags/v1.30.0.tar.gz" - sha256 "4f17cbc7f9bc25f493cc4b7eeb05d1be1f908735186a763c78c77bd6b3931d5b" + url "https://github.com/int128/kubelogin/archive/refs/tags/v1.30.1.tar.gz" + sha256 "3a9f71a1b0192c5fee6656bbe5190579756ce1d5fcde0446c28d985039182068" license "Apache-2.0" head "https://github.com/int128/kubelogin.git", branch: "master" From 5869488e521ec5030ae45255153333e79254449d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:58:35 +0000 Subject: [PATCH 2/2] kubelogin: update 1.30.1 bottle. --- Formula/k/kubelogin.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubelogin.rb b/Formula/k/kubelogin.rb index d0a2a2b4df78..5dc2e8f1bcc3 100644 --- a/Formula/k/kubelogin.rb +++ b/Formula/k/kubelogin.rb @@ -7,12 +7,12 @@ class Kubelogin < Formula head "https://github.com/int128/kubelogin.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "baaebfe34d1c093d17fcc7bdce8aba5dbaafc46a6329e239f92ce9bfb8fe4a8a" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "baaebfe34d1c093d17fcc7bdce8aba5dbaafc46a6329e239f92ce9bfb8fe4a8a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "baaebfe34d1c093d17fcc7bdce8aba5dbaafc46a6329e239f92ce9bfb8fe4a8a" - sha256 cellar: :any_skip_relocation, sonoma: "02137d9600043aa450cfc08f6af3d87148cc78cf12b1e4d21b8d62faf8f76ce0" - sha256 cellar: :any_skip_relocation, ventura: "02137d9600043aa450cfc08f6af3d87148cc78cf12b1e4d21b8d62faf8f76ce0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "860459b6a19c08d26e060e4d047bc6e86f2588ea936f06fc5123818e43f3d6ec" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0904aac4d1114c91a22ad60f5636c49cb0749bcd2642cf6de6a7c80a4b86600" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0904aac4d1114c91a22ad60f5636c49cb0749bcd2642cf6de6a7c80a4b86600" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e0904aac4d1114c91a22ad60f5636c49cb0749bcd2642cf6de6a7c80a4b86600" + sha256 cellar: :any_skip_relocation, sonoma: "79a25d589eb0d14d62486b695e4967439c9b1251a799aa4ab225962ea6338138" + sha256 cellar: :any_skip_relocation, ventura: "79a25d589eb0d14d62486b695e4967439c9b1251a799aa4ab225962ea6338138" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1067dea64447c01fd83bb764147fd2cbf0852f754e2301ff1d7bc7012e43207" end depends_on "go" => :build