homebrew-cask/Casks/amazon-chime.rb

23 lines
778 B
Ruby

cask 'amazon-chime' do
version '4.31.7603'
sha256 'dc99d5568aa45d2a3d3d68e05ea16e48f6efcae9f9fe1a8cfd0238dfc27adb2f'
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