homebrew-cask/Casks/cerebro.rb

14 lines
525 B
Ruby
Raw Normal View History

2016-12-13 07:28:59 +08:00
cask 'cerebro' do
2017-02-13 04:21:44 +08:00
version '0.2.6'
sha256 'cf77f9957307a742a793fe05257e3d01816810fa7fe6d5d7c9c519ffb5d5a05d'
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-02-13 04:21:44 +08:00
checkpoint: '1d36f6e00b9aa3fd4760f8c2e65c83a606551a7279bd5667f70af38bf8eb56bb'
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'
end