homebrew-cask/Casks/riot.rb

19 lines
580 B
Ruby

cask 'riot' do
version '1.0.7'
sha256 '53d8743ba3f68bcf312ca442a32e39bbba73123e4d1f5bb254c1d9d2e8eeb9b9'
url "https://riot.im/download/desktop/install/macos/Riot-#{version}.dmg"
appcast 'https://riot.im/desktop.html'
name 'Riot'
homepage 'https://about.riot.im/'
app 'Riot.app'
zap trash: [
'~/Library/Application Support/Riot',
'~/Library/Preferences/im.riot.app.helper.plist',
'~/Library/Preferences/im.riot.app.plist',
'~/Library/Saved Application State/im.riot.app.savedState',
]
end