cask "aptakube" do version "1.11.10" sha256 "963565e3dd1c66e21c4523fc44a99ff04ab90f83a26cb7ee03c4ae81495fd58c" url "https://releases.aptakube.com/Aptakube_#{version}_universal.dmg" name "Aptakube" desc "Kubernetes desktop client" homepage "https://aptakube.com/" livecheck do url "https://aptakube.com/api/latest" strategy :json do |json| json["version"] end end auto_updates true depends_on macos: ">= :catalina" app "Aptakube.app" zap trash: [ "~/Library/Application Support/com.aptakube.Aptakube", "~/Library/Caches/com.aptakube.Aptakube", "~/Library/Logs/com.aptakube.Aptakube", ] end