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-02-06 02:06:38 +08:00
version '0.3.2'
sha256 'a4df90aca836d6110ac65cd5c1427fb9121f93bdd36ed8527816befbda3dc833'
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