cask "mimestream" do version "1.7.1" sha256 "494d838264f3bf486ea7b1d0a1405c31215b23fa182aaba49e650cda8047f91e" url "https://download.mimestream.com/Mimestream_#{version}.dmg" name "Mimestream" desc "Native app email client for Gmail" homepage "https://mimestream.com/" livecheck do url "https://mimestream.com/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :monterey" app "Mimestream.app" zap trash: [ "~/Library/Application Scripts/com.mimestream.Mimestream*", "~/Library/Caches/com.mimestream.Mimestream", "~/Library/Containers/com.mimestream.Mimestream*", "~/Library/Preferences/com.mimestream.Mimestream.plist", "~/Library/Saved Application State/com.mimestream.Mimestream.savedState", ] end