homebrew-cask/Casks/riot.rb

19 lines
581 B
Ruby

cask 'riot' do
version '0.17.0'
sha256 '7396945a39e25f1262d566eddf9946196e93ceab0f69ec396f5e8cf0f15370e1'
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