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

20 lines
661 B
Ruby
Raw Normal View History

2014-01-12 00:24:34 +08:00
class TvShowTracker < Cask
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'
caveats <<-EOS.undent
Currently, Dashboard Widgets such as '#{title}' 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