homebrew-cask/Casks/winds.rb

20 lines
685 B
Ruby

cask 'winds' do
version '3.2.0'
sha256 'a7ce55d4082b043771683eb69a7c1f8c7b635e6f4fbc190bf8200fc733ed1576'
# s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/winds-2.0-releases/releases/Winds-#{version}.dmg"
appcast 'https://github.com/GetStream/Winds/releases.atom'
name 'Winds'
homepage 'https://getstream.io/winds/'
app 'Winds.app'
zap trash: [
'~/Library/Application Support/Winds',
'~/Library/Logs/Winds',
'~/Library/Preferences/io.getstream.winds.plist',
'~/Library/Saved Application State/io.getstream.winds.savedState',
]
end