excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / amazon-chime.rb
blobcdc1f2100589179ea6ce32eebdc46e58af73135a
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: ">= :high_sierra"
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