homebrew-cask/Casks/cerebro.rb

21 lines
849 B
Ruby
Raw Normal View History

2016-12-13 07:28:59 +08:00
cask 'cerebro' do
2017-03-04 23:40:44 +08:00
version '0.2.7'
sha256 '170e4bbf0104ebe4bb0667dafceccc033abd652966ee33721e7d6f85b9f9b564'
2016-12-13 07:28:59 +08:00
# github.com/KELiON/cerebro was verified as official when first introduced to the cask
2017-02-08 03:58:59 +08:00
url "https://github.com/KELiON/cerebro/releases/download/#{version}/cerebro-#{version}.dmg"
2016-12-13 07:28:59 +08:00
appcast 'https://github.com/KELiON/cerebro/releases.atom',
2017-03-04 23:40:44 +08:00
checkpoint: 'b6819500d8d2da2c703d2f085060f1937f11d8b906a1a5f59035bcba3d9ea926'
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
zap delete: [
'~/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