homebrew-cask/Casks/cerebro.rb

21 lines
844 B
Ruby

cask 'cerebro' do
version '0.3.1'
sha256 '83fe4fa5baae56052eb44ae0a94a93880e2d99e52ad5d2e0d4201ddd2f960889'
# github.com/KELiON/cerebro was verified as official when first introduced to the cask
url "https://github.com/KELiON/cerebro/releases/download/v#{version}/cerebro-#{version}.dmg"
appcast 'https://github.com/KELiON/cerebro/releases.atom',
checkpoint: '0e51537bf31af3bff4797bbaed69cc3df6c2a68c99a5440f1e287ed59939d704'
name 'Cerebro'
homepage 'https://cerebroapp.com/'
app 'Cerebro.app'
zap trash: [
'~/Library/Application Support/Cerebro',
'~/Library/Preferences/com.cerebroapp.Cerebro.helper.plist',
'~/Library/Preferences/com.cerebroapp.Cerebro.plist',
'~/Library/Saved Application State/com.cerebroapp.Cerebro.savedState',
]
end