homebrew-cask/Casks/sling.rb

20 lines
614 B
Ruby

cask :v1 => 'sling' do
version :latest
sha256 :no_check
# move.tv is the official download host per the vendor homepage
url 'http://webapp.movetv.com/player/osx/slingtv.dmg'
appcast 'http://webapp.movetv.com/config/desktopupdate/sling/osx/production/Sling-snowleopard-sparkle.xml'
name 'Sling TV'
homepage 'http://www.sling.com/'
license :gratis
app 'Sling.app'
zap :delete => [
'~/Library/Application Support/Sling-shell',
'~/Library/Caches/com.Echostar.Sling',
'~/Library//Preferences/com.Echostar.Sling.plist',
]
end