homebrew-cask/Casks/amazon-chime.rb

23 lines
770 B
Ruby

cask 'amazon-chime' do
version '4.16.6291'
sha256 'f034bf4ea2eff2b278907a91247413faa16b74b677895a439eb2023de1437b86'
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