Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / r / rambox.rb
blobef1bd4ce0f8c2d07a968320d14d6507961feb958
1 cask "rambox" do
2   version "2.4.1"
3   sha256 "b54c7a650e94eb80961bf1b1f476a12e0519f037a3181f73a6a7c4227751ff90"
5   url "https://github.com/ramboxapp/download/releases/download/v#{version}/Rambox-#{version}-mac.zip",
6       verified: "github.com/ramboxapp/download/"
7   name "Rambox"
8   desc "Free and Open Source messaging and emailing app"
9   homepage "https://rambox.app/"
11   auto_updates true
12   depends_on macos: ">= :catalina"
14   app "Rambox.app"
16   zap trash: [
17     "~/Library/Application Support/CrashReporter/Rambox Helper_*.plist",
18     "~/Library/Application Support/CrashReporter/Rambox_*.plist",
19     "~/Library/Application Support/Rambox",
20     "~/Library/Caches/com.grupovrs.ramboxce",
21     "~/Library/Caches/com.grupovrs.ramboxce.ShipIt",
22     "~/Library/Caches/com.saenzramiro.rambox",
23     "~/Library/Logs/Rambox",
24     "~/Library/Preferences/ByHost/com.grupovrs.ramboxce.ShipIt.*.plist",
25     "~/Library/Preferences/com.grupovrs.ramboxce.helper.plist",
26     "~/Library/Preferences/com.grupovrs.ramboxce.plist",
27     "~/Library/Preferences/com.saenzramiro.rambox.helper.plist",
28     "~/Library/Preferences/com.saenzramiro.rambox.plist",
29     "~/Library/Saved Application State/com.grupovrs.ramboxce.savedState",
30     "~/Library/Saved Application State/com.saenzramiro.rambox.savedState",
31     "~/Library/WebKit/com.saenzramiro.rambox",
32   ]
33 end