tutanota: rename and update to 218.240227.0

This commit is contained in:
Justin Krehel 2024-02-28 10:41:53 -05:00
parent 3c001fd10e
commit f85de59617
No known key found for this signature in database
GPG Key ID: 757F1864C8CF3605
3 changed files with 29 additions and 27 deletions

27
Casks/t/tuta-mail.rb Normal file
View File

@ -0,0 +1,27 @@
cask "tuta-mail" do
version "218.240227.0"
sha256 :no_check
url "https://app.tuta.com/desktop/tutanota-desktop-mac.dmg"
name "Tuta Mail"
desc "Email client"
homepage "https://tuta.com/"
livecheck do
url "https://app.tuta.com/desktop/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :catalina"
app "Tuta Mail.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/de.tutao.tutanota.sfl*",
"~/Library/Application Support/tutanota-desktop",
"~/Library/Caches/de.tutao.tutanota",
"~/Library/Caches/de.tutao.tutanota.ShipIt",
"~/Library/Preferences/de.tutao.tutanota.plist",
]
end

View File

@ -1,26 +0,0 @@
cask "tutanota" do
version "218.240219.0"
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
depends_on macos: ">= :high_sierra"
app "Tuta Mail 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

View File

@ -20,5 +20,6 @@
"remotion": "multiapp",
"streamlabs-obs": "streamlabs",
"tea": "ossapp",
"tibco-jaspersoft-studio": "jaspersoft-studio"
"tibco-jaspersoft-studio": "jaspersoft-studio",
"tutanota": "tuta-mail"
}