homebrew-cask/Casks/tutanota.rb

26 lines
594 B
Ruby

cask "tutanota" do
version "3.89.23"
sha256 :no_check
url "https://mail.tutanota.com/desktop/tutanota-desktop-mac.dmg"
name "Tutanota Desktop"
desc "Email client"
homepage "https://tutanota.com/"
livecheck do
url "https://mail.tutanota.com/desktop/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
app "Tutanota Desktop.app"
zap trash: [
"~/Library/Application Support/tutanota-desktop",
"~/Library/Caches/de.tutao.tutanota",
"~/Library/Caches/de.tutao.tutanota.ShipIt",
"~/Library/Preferences/de.tutao.tutanota.plist",
]
end