homebrew-cask/Casks/riot.rb

19 lines
581 B
Ruby

cask 'riot' do
version '0.17.8'
sha256 'bda8efba9170645dc57764d712fd6853b2426247fde5383be1b00b2617d8aa6e'
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