cask "mimestream" do version "1.4.2" sha256 "f9ae165d9a87cafba2809466c6d2f6f4c522f8086674b1c1b0cc57adfec8941d" 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/releases" regex(/Version\sv?(\d+(?:\.\d+)+)/i) end auto_updates true depends_on macos: ">= :big_sur" 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