diff --git a/Formula/k/k9s.rb b/Formula/k/k9s.rb index f8a2c04e9d58..1f90331f9619 100644 --- a/Formula/k/k9s.rb +++ b/Formula/k/k9s.rb @@ -2,8 +2,8 @@ class K9s < Formula desc "Kubernetes CLI To Manage Your Clusters In Style!" homepage "https://k9scli.io/" url "https://github.com/derailed/k9s.git", - tag: "v0.32.4", - revision: "d3027c8f2916b23606f647f47b434b08fc34bdf8" + tag: "v0.32.5", + revision: "1440643e8d1a101a38d9be1933131ddf5c863940" license "Apache-2.0" head "https://github.com/derailed/k9s.git", branch: "master" @@ -13,13 +13,13 @@ class K9s < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d424d36274b60bd09d990dedcbb545b4d8c6bb530d3f9d66c3a7dbf33ef5568" - sha256 cellar: :any_skip_relocation, arm64_ventura: "28cecc07e880c1af196a8198ec24fb082510b6d9a5a3d053b60cb5ebd254aed0" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ee84d34293a7ce5990b966229f68439dcd836cef826e516628475b63d45f0526" - sha256 cellar: :any_skip_relocation, sonoma: "eb09ea22822d3ebd325508c82c7ce03d22fc5bbf50c79badc314a1add84ac194" - sha256 cellar: :any_skip_relocation, ventura: "6da7494321cd1c95a962bb7c1574e4410587b818b19ac24d40049c8e23ef6893" - sha256 cellar: :any_skip_relocation, monterey: "78ed14ec6d891bed80303a9fdc7104ff8173b1c611b6ff0e120fb8eb63c64dbc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "10ace44273e20be410dce5456010fabc3a5393229b5c4084fc7468fa5689e251" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b96fe20b0004ed9f2a6733043d65bfdcbdbfff5470ea8531c6f49888819f48e0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4dc659225c3b753e87eedd2d19d2f5d54db55b4c504924095fce8c182bbe044e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "8bccb8d9998a875cab724bd11e7510e5a930cbc0b1ade3f1522b0127427adc01" + sha256 cellar: :any_skip_relocation, sonoma: "1f4bf7e0ecf3cc4414e491403d5e24be996fe525f52aba1509c8579cbfd120c3" + sha256 cellar: :any_skip_relocation, ventura: "5387789b43544fdd2328cfa5d9a332f620e1b0daa9e753f9eb6780f20fc5c0a2" + sha256 cellar: :any_skip_relocation, monterey: "a76ab5bed463ad3cb0729d4363641debd25a324016dbe77c31014abb61d87c0f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7976a912773c66e26bac3c89e5886dc369f2d23f34efc916f76ec28a16e5c5cf" end depends_on "go" => :build