homebrew-cask/Casks/bitbar.rb

13 lines
445 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bitbar' do
2016-08-31 03:07:34 +08:00
version '1.9.2'
sha256 '9e317d58143f544ab3b2b35e4d0ef2f11b9578fe6872cec1415da961acb1aee4'
2015-03-23 02:33:38 +08:00
2016-02-17 08:19:07 +08:00
url "https://github.com/matryer/bitbar/releases/download/v#{version}/BitBar-v#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/matryer/bitbar/releases.atom',
2016-08-31 03:07:34 +08:00
checkpoint: '983fa180d4b2708f1c9e7890886446c3ff4792c32b5b3ad9adbe5011f0ea5131'
2015-03-23 02:33:38 +08:00
name 'BitBar'
2015-11-05 07:49:32 +08:00
homepage 'https://github.com/matryer/bitbar/'
2015-03-23 02:33:38 +08:00
app 'BitBar.app'
end