homebrew-cask/Casks/secondbar.rb

14 lines
515 B
Ruby
Raw Normal View History

2014-11-14 01:26:53 +08:00
cask :v1 => 'secondbar' do
version '1.1'
sha256 '1f2a9d837bc66c93ed2f7a1d83ef95c44888cd266ffb7982ade14f91d996d6a6'
2013-06-01 03:52:11 +08:00
url 'http://boastr.de/SecondBar.zip'
2014-10-15 23:43:54 +08:00
appcast 'http://blog.boastr.net/secondbar/appcast.xml',
:sha256 => '1b991a6242ac7922bc4e76db810c6fea9ce63c1bc49e162b94e0ea2b250f2e4a'
2015-01-12 02:26:17 +08:00
name 'SecondBar'
2013-06-01 03:52:11 +08:00
homepage 'http://blog.boastr.net/?page_id=79'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:17 +08:00
app 'SecondBar.app'
2013-06-01 03:52:11 +08:00
end