homebrew-cask/Casks/wavebox.rb

26 lines
1.0 KiB
Ruby

cask 'wavebox' do
version '3.6.0'
sha256 '78b8fdf837c51d1f1c63e7d6dd5b2360de78f545303a27390bd71f1227a65c95'
# github.com/wavebox/waveboxapp was verified as official when first introduced to the cask
url "https://github.com/wavebox/waveboxapp/releases/download/v#{version}/Wavebox_#{version.dots_to_underscores}_osx.dmg"
appcast 'https://github.com/wavebox/waveboxapp/releases.atom',
checkpoint: '46668306a8be19e684fc1cb2e1ce7c761527eeec2c02df2808261e626ea73665'
name 'Wavebox'
homepage 'https://wavebox.io/'
app 'Wavebox.app'
uninstall quit: 'io.wavebox.wavebox',
login_item: 'Wavebox'
zap trash: [
'~/Library/Application Support/wavebox',
'~/Library/Caches/io.wavebox.wavebox',
'~/Library/Caches/io.wavebox.wavebox.ShipIt',
'~/Library/Preferences/io.wavebox.wavebox.helper.plist',
'~/Library/Preferences/io.wavebox.wavebox.plist',
'~/Library/Saved Application State/io.wavebox.wavebox.savedState',
]
end