homebrew-cask/Casks/bitbar.rb

14 lines
451 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bitbar' do
2015-11-05 07:49:32 +08:00
version '1.3.1'
sha256 '07f3a138b07eeda6c8ad686626676a8fcda6bd10cd371a37274635bac36b1bf5'
2015-03-23 02:33:38 +08:00
url "https://github.com/matryer/bitbar/releases/download/v#{version}/BitBar.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/matryer/bitbar/releases.atom',
:sha256 => 'e139abfbfa2cef321b90a512e87b41d39f81a8e57b6b110ba04e014862e6eac8'
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