homebrew-cask/Casks/amazon-chime.rb

23 lines
778 B
Ruby

cask 'amazon-chime' do
version '4.32.7871'
sha256 '0a929ce9f78fa8bebca404b513fd0c07020f1283d1674dfeecb0bbcbbefd5b61'
url "https://clients.chime.aws/mac/releases/AmazonChime-OSX.release-#{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