homebrew-cask/Casks/tv-browser.rb

13 lines
391 B
Ruby
Raw Normal View History

2014-11-14 01:27:14 +08:00
cask :v1 => 'tv-browser' do
2013-12-07 02:29:25 +08:00
version '3.3.3'
sha256 '951fe8478fa2efa5f7784c23f153bcc8b0a6fcb8a7405c4990c44b3c967e73cc'
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:51 +08:00
url "http://downloads.sourceforge.net/sourceforge/tvbrowser/tvbrowser_#{version}_mac.dmg"
2015-05-06 03:22:50 +08:00
name 'TV-Browser'
2014-12-25 01:54:06 +08:00
homepage 'http://www.tvbrowser.org/'
license :gpl
2014-09-16 00:06:32 +08:00
app 'TV-Browser.app'
2013-12-07 02:29:25 +08:00
end