homebrew-cask/Casks/riot.rb

19 lines
604 B
Ruby

cask 'riot' do
version '0.16.5'
sha256 'df92def3e8b0f7c79e4503954fba5de729c86a86293521314b346e87ff42fb8d'
url "https://riot.im/download/desktop/install/macos/Riot-#{version}.dmg"
appcast 'https://github.com/vector-im/riot-web/releases.atom'
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