Merge pull request #198952 from Homebrew/bump-vienna-assistant-1.2.483
[Homebrew/homebrew-cask.git] / Casks / k / kubecontext.rb
blob3954dfbe553b023ff513564e113e8f417d07c265
1 cask "kubecontext" do
2   version "2.0.1"
3   sha256 "9b815995123dcf8a6e90c65600db68fdb38d1e9e362695922b2ec2aad7d74fc2"
5   url "https://github.com/turkenh/KubeContext/releases/download/v#{version}/KubeContext.zip"
6   name "KubeContext"
7   desc "Menu bar app for managing Kubernetes contexts"
8   homepage "https://github.com/turkenh/KubeContext"
10   depends_on macos: ">= :big_sur"
12   app "KubeContext.app"
14   zap trash: [
15     "~/Library/Application Scripts/com.ht.kubecontext",
16     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ht.kubecontext.sfl*",
17     "~/Library/Containers/com.ht.kubecontext",
18   ]
19 end