homebrew-cask/Casks/sling.rb

20 lines
742 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sling' do
2016-10-06 06:33:35 +08:00
version '5.0.0.321'
sha256 '7422424417eff1ea73f9b465dfd270639b9f37042d02b38fcb80fe3d25196fe3'
2015-02-04 09:04:23 +08:00
2016-06-20 04:56:20 +08:00
# webapp.movetv.com was verified as official when first introduced to the cask
2015-02-04 09:04:23 +08:00
url 'http://webapp.movetv.com/player/osx/slingtv.dmg'
2015-12-26 04:57:40 +08:00
appcast 'http://webapp.movetv.com/config/desktopupdate/sling/osx/production/Sling-snowleopard-sparkle.xml',
2016-10-06 06:33:35 +08:00
checkpoint: 'de5d79e53e3360f27b4574c426e3662cb93efabd78f3026ed1c8639353e64d8b'
2015-02-04 09:04:23 +08:00
name 'Sling TV'
homepage 'http://www.sling.com/'
app 'Sling.app'
zap delete: [
'~/Library/Application Support/Sling-shell',
'~/Library/Caches/com.Echostar.Sling',
'~/Library/Preferences/com.Echostar.Sling.plist',
]
2015-02-04 09:04:23 +08:00
end