From b1d0ef9b9f475d64592f57f5fed1f9197d11cb11 Mon Sep 17 00:00:00 2001 From: Ramilito Date: Mon, 18 Nov 2024 14:49:44 +0000 Subject: [PATCH 1/2] kubesess 2.0.2 --- Formula/k/kubesess.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubesess.rb b/Formula/k/kubesess.rb index d2c5be1958575..cac52c5b84c02 100644 --- a/Formula/k/kubesess.rb +++ b/Formula/k/kubesess.rb @@ -1,8 +1,8 @@ class Kubesess < Formula desc "Manage multiple kubernetes cluster at the same time" homepage "https://blog.rentarami.se/posts/2022-08-05-kube-context-2/" - url "https://github.com/Ramilito/kubesess/archive/refs/tags/2.0.1.tar.gz" - sha256 "a013e1bfaf846ad769f149f19dde6b7656ec52c7d2b10c407c619e4c42c59057" + url "https://github.com/Ramilito/kubesess/archive/refs/tags/2.0.2.tar.gz" + sha256 "4d6d99260f54e2e87ac4aa37f4222fa7145f5bd509ef0fc7a988ae735804993a" license "MIT" bottle do From 36cb31b7805b48ea0dec928ba5c5f9d75f078185 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:05:18 +0000 Subject: [PATCH 2/2] kubesess: update 2.0.2 bottle. --- Formula/k/kubesess.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubesess.rb b/Formula/k/kubesess.rb index cac52c5b84c02..928ff7d08fbac 100644 --- a/Formula/k/kubesess.rb +++ b/Formula/k/kubesess.rb @@ -6,12 +6,12 @@ class Kubesess < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f159cc145e44a8d89ab483ff2dbd682fef9f012a65f410b6e297539b1a91e2b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a47911eb466b293073e7d020db9574935b86723eb50b9be3a2f8593a7ad5cc0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb56a0e5a3b701228da24558eea2a652b180a3a2b1e46da960c5c3e5ec37bf86" - sha256 cellar: :any_skip_relocation, sonoma: "5f15272e42dba00f32da68d8f2123196f6695883d2ebe66c3cb95aa30995bdb7" - sha256 cellar: :any_skip_relocation, ventura: "828b19ce40e2fe4e81007fcd4975f6d881eb91bd49e6d30ec36a13e10126486a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8c5b83e3cc3ddcf5fc490a08b40d2d596f815281738661a461887e457863e763" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e455007a5adccc4027928ccd9a92475f8992cd786be3932340a501bacd27596" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40479a528b79cebfb52eced09e007243002cc3735d5f30109c1ddb62a772dfa2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "542c7d20e582540c879ca159fe3eee868a0c7a694c80e6668c5d8b411ebd4a73" + sha256 cellar: :any_skip_relocation, sonoma: "3b48e2594f72403e6cad8951a87964ad789c7dd21eaa64924c12a98cfdad05cc" + sha256 cellar: :any_skip_relocation, ventura: "63e1e622317a8f70b427bf78bacd5b8a3e2e638f9122b88df7376b6f91ae5956" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1cc80c331a7da145b77617bf3ac27b912baf774af7abfe83b887e0b54ee60b33" end depends_on "rust" => :build