homebrew-cask/Casks/tv-show-tracker.rb

21 lines
668 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tv-show-tracker' do
2014-01-12 00:24:34 +08:00
version '1.3.3'
sha256 '7e489d50083acc217a7587d800d3f708f0ba586397656cce529e8f40a8a612f9'
2014-09-26 20:09:16 +08:00
url "http://www.pixelperfectwidgets.com/tvshowtracker/download/tvshowtracker_#{version}.zip"
homepage 'http://www.pixelperfectwidgets.com/'
2014-10-01 23:34:10 +08:00
license :oss
2014-01-12 00:24:34 +08:00
widget 'TV Show Tracker.wdgt'
2014-12-05 23:32:49 +08:00
caveats <<-EOS.undent
2014-12-11 00:46:08 +08:00
Currently, Dashboard Widgets such as '#{token}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/caskroom/homebrew-cask/issues/2206
It is recommended that you do not install this Cask unless you are
a developer working on the problem.
EOS
2014-01-12 00:24:34 +08:00
end