Skip to content

Commit

Permalink
kubelogin: add 1.28.1 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and BrewTestBot committed Jun 14, 2024
1 parent 2643ad9 commit 207ae30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Formula/k/kubelogin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ class Kubelogin < Formula
license "Apache-2.0"
head "https://github.com/int128/kubelogin.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa11418683ad5d6f3595df17ba10405063df3cfce7c0407a9d5a427f2abe7888"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e6d08cb59c93726eae8f7ea0f50745ccb45417be6d5700f93b75c639fa73962"
sha256 cellar: :any_skip_relocation, arm64_monterey: "09482e9280046c431afedbd8263cc027c9b7e895e5d97f2d2bc1f580ed5e5066"
sha256 cellar: :any_skip_relocation, sonoma: "dbba21ad246ff264e792dbb54d7e0f33d5fd3a5745579c2f87199316a2b003a0"
sha256 cellar: :any_skip_relocation, ventura: "cc7fe71f0547716bfbba1f5fd0afa20d0f6be6711956d01472747bf080414b6e"
sha256 cellar: :any_skip_relocation, monterey: "43f6f0d0610b3274c057149a9ada7b9f0a7ce5499d6a4353abaaa4ad8da75e71"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d4ed646597056633c7524f800d84e7d1ba86fcbec13309c3001440fa4d72d13"
end

depends_on "go" => :build
depends_on "kubernetes-cli" => :test

Expand Down

0 comments on commit 207ae30

Please sign in to comment.