homebrew-cask/Casks/bitbar.rb

14 lines
453 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bitbar' do
2016-01-13 01:52:48 +08:00
version '1.4'
sha256 'a5e552e96613b9d8d7caffa53519f640c778bac4174afbc531388362912bffb2'
2015-03-23 02:33:38 +08:00
2016-01-13 01:52:48 +08:00
url "https://github.com/matryer/bitbar/releases/download/v1.4.0/BitBar-v#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/matryer/bitbar/releases.atom',
checkpoint: '673113d15e2cb3a7ef261a53b1d5b465f414ca8f000be9e0229a8bece5314094'
2015-03-23 02:33:38 +08:00
name 'BitBar'
2015-11-05 07:49:32 +08:00
homepage 'https://github.com/matryer/bitbar/'
license :mit
2015-03-23 02:33:38 +08:00
app 'BitBar.app'
end