Skip to content

Commit

Permalink
Merge pull request #198088 from Ramilito/bump-kubesess-2.0.2
Browse files Browse the repository at this point in the history
kubesess 2.0.2
  • Loading branch information
BrewTestBot authored Nov 18, 2024
2 parents e248da7 + 36cb31b commit 3419f21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kubesess.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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
Expand Down

0 comments on commit 3419f21

Please sign in to comment.