Skip to content

Commit

Permalink
Merge pull request #136485 from ZhongRuoyu/bump-kubie-0.20.1
Browse files Browse the repository at this point in the history
kubie 0.20.1
  • Loading branch information
BrewTestBot authored Jul 13, 2023
2 parents d1eab11 + 4e7741e commit 0d86ca4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/kubie.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kubie < Formula
desc "Much more powerful alternative to kubectx and kubens"
homepage "https://blog.sbstp.ca/introducing-kubie/"
url "https://github.com/sbstp/kubie/archive/v0.20.0.tar.gz"
sha256 "ca0919afc33fa903a7a5e8adeff53a700c66896aa842534ea2e48631ef8cb8fd"
url "https://github.com/sbstp/kubie/archive/v0.20.1.tar.gz"
sha256 "a9c1eddbe9e60c1d5026d405baa6a4551d197230e459d4e43f3679930412f092"
license "Zlib"
head "https://github.com/sbstp/kubie.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class Kubie < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "7c5ee25739723a7695c157bdcb9c039ccf5220236be64615bfc7063aa6b6f79c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "18d1bddc26587bbf39d80283ed38ddfa8f4dac6eefacb20e128118da95d6b824"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "fab2313df8e69457b47f9a4cd6a54a6047f3920ecc83203904644e38ef01c024"
sha256 cellar: :any_skip_relocation, ventura: "c32c8f1e73360a7aedab00795f40ac79851e40e9c35b517e606787a1029670b4"
sha256 cellar: :any_skip_relocation, monterey: "3db9fffd5c0290763949c16684d0ba92279a89027f47e7f0d6dce96167c36cef"
sha256 cellar: :any_skip_relocation, big_sur: "ef17bb591d2593f56c07397e9ea3c04a1ed8732ea163b998e9e5d3d189c9ad39"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d19282d9254ee5ded37799731bbb488e9e9d879ba0b1d365c8f67f1e8cfcf435"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9469b4d08f8645d7620abc35d2d962aeb6f8df3bff48d8f889e09602f251cafe"
sha256 cellar: :any_skip_relocation, arm64_monterey: "259fbdfc6039b97680fa2d3371b617d58ba83b14ca96b78be0fec1d7bad28409"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "40f1d8250dd971dbce9dbba5b3589ab0a14ee3711d87f80aa41d2a0709ee067a"
sha256 cellar: :any_skip_relocation, ventura: "30bd529dcafc52588bd2e9f610b3b71b603bb0aa3fe942555d1d310b4eeb9ea4"
sha256 cellar: :any_skip_relocation, monterey: "315dd12daf4fae7167d580436a28758fcf2f50a8049453dc9f29559349b18550"
sha256 cellar: :any_skip_relocation, big_sur: "8982622f65e5eda9f81279c0fa56db44bedd8da5f5716cdfab8e6758678949d5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b632899e7853d744754acc58812ff8f529033c5ed8fc033898c3f59e8939043c"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 0d86ca4

Please sign in to comment.