cask "aptakube" do version "1.8.0" sha256 "20ebb05b34079488ebf34025a6e5336aec96ad3ad4a904c64b2a0d97f43635e2" 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