homebrew-cask/Casks/cerebro.rb

21 lines
844 B
Ruby
Raw Normal View History

2016-12-13 07:28:59 +08:00
cask 'cerebro' do
2018-01-30 05:52:05 +08:00
version '0.3.1'
sha256 '83fe4fa5baae56052eb44ae0a94a93880e2d99e52ad5d2e0d4201ddd2f960889'
2016-12-13 07:28:59 +08:00
# 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"
2016-12-13 07:28:59 +08:00
appcast 'https://github.com/KELiON/cerebro/releases.atom',
2017-12-27 17:16:02 +08:00
checkpoint: '0e51537bf31af3bff4797bbaed69cc3df6c2a68c99a5440f1e287ed59939d704'
2016-12-13 07:28:59 +08:00
name 'Cerebro'
2016-12-18 19:15:51 +08:00
homepage 'https://cerebroapp.com/'
2016-12-13 07:28:59 +08:00
app 'Cerebro.app'
2017-03-12 19:52:54 +08:00
2017-11-18 17:49:19 +08:00
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',
]
2016-12-13 07:28:59 +08:00
end