homebrew-cask/Casks/secondbar.rb

15 lines
576 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'secondbar' do
version '1.1'
sha256 '1f2a9d837bc66c93ed2f7a1d83ef95c44888cd266ffb7982ade14f91d996d6a6'
# boastr.de is the official download host per the vendor homepage
2013-06-01 03:52:11 +08:00
url 'http://boastr.de/SecondBar.zip'
2016-01-12 16:20:02 +08:00
appcast 'https://blog.boastr.net/secondbar/appcast.xml',
checkpoint: '367a714169c1a46043f15739e768e037c0e5096d5b53f3caec740ce4466c3a42'
2015-01-12 02:26:17 +08:00
name 'SecondBar'
2016-01-12 16:20:02 +08:00
homepage 'https://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