cask 'amazon-chime' do version '4.17.6448' sha256 'cbe9a3171c00d76de416815d92933d3a75fd5f2ff335a1a7ed06bb7f87760140' url "https://clients.chime.aws/mac/releases/AmazonChime-OSX-#{version}.dmg" appcast 'https://clients.chime.aws/mac/appcast' name 'Amazon Chime' homepage 'https://chime.aws/' depends_on macos: '>= :el_capitan' app 'Amazon Chime.app' zap trash: [ '~/Library/Application Support/Amazon Chime', '~/Library/Application Support/com.amazon.Amazon-Chime', '~/Library/Caches/com.amazon.Amazon-Chime', '~/Library/Logs/Amazon Chime', '~/Library/Preferences/com.amazon.Amazon-Chime.plist', '~/Library/WebKit/com.amazon.Amazon-Chime', ] end