Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / a / amazon-chime.rb
blob45e1f1d4daa17b2c65a9c61e2a0a08269a5871a0
1 cask "amazon-chime" do
2   version "5.23.22248"
3   sha256 "fa4c8a1df7be1cb064533e22f8314acaf84f22da571b58016d8e342b6c2b7bd5"
5   url "https://clients.chime.aws/mac-nme/AmazonChime-#{version}.dmg"
6   name "Amazon Chime"
7   desc "Communications service"
8   homepage "https://chime.aws/"
10   livecheck do
11     url "https://clients.chime.aws/mac/latest"
12     regex(/AmazonChime[._-]?v?(\d+(:?\.\d+)+)\.dmg/i)
13     strategy :header_match
14   end
16   auto_updates true
17   depends_on macos: ">= :catalina"
19   app "Amazon Chime.app"
21   zap trash: [
22     "~/Library/Application Support/Amazon Chime",
23     "~/Library/Application Support/com.amazon.Amazon-Chime",
24     "~/Library/Caches/com.amazon.Amazon-Chime",
25     "~/Library/Logs/Amazon Chime",
26     "~/Library/Preferences/com.amazon.Amazon-Chime.plist",
27     "~/Library/WebKit/com.amazon.Amazon-Chime",
28   ]
29 end