Files
homebrew-cask/Casks/k/kubernetic.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

31 lines
824 B
Ruby

cask "kubernetic" do
version "4.4.0"
sha256 "176f3210c3b53b882dee831af622010cf1ba74b54d4d71cdfe4ab4bc4eef17ed"
url "https://kubernetic.s3.amazonaws.com/Kubernetic-#{version}.dmg",
verified: "kubernetic.s3.amazonaws.com/"
name "Kubernetic"
desc "Kubernetes desktop client"
homepage "https://kubernetic.com/"
livecheck do
url "https://kubernetic.s3.amazonaws.com/latest-mac.yml"
strategy :electron_builder
end
app "Kubernetic.app"
uninstall signal: [
["TERM", "com.kubernetic.desktop.helper"],
["TERM", "com.kubernetic.desktop"],
]
zap trash: [
"~/.kubernetic",
"~/Library/Application Support/Kubernetic",
"~/Library/Logs/Kubernetic",
"~/Library/Preferences/com.kubernetic.desktop.*",
"~/Library/Saved Application State/com.kubernetic.desktop.*",
]
end