homebrew-cask/Casks/m/mimestream.rb

28 lines
798 B
Ruby

cask "mimestream" do
version "1.3.1"
sha256 "4f095f2be60c2e86d21c59665fca9909922f4682cfb5162ddd0534f3ab8a2949"
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