homebrew-cask/Casks/xlplayer.rb

22 lines
713 B
Ruby

cask 'xlplayer' do
version '1.4.0.1097'
sha256 '2b357f3ac057d42406e2b4161c69a4473f5d2f91c3091bcbef3a4add22629bab'
# down.sandai.net was verified as official when first introduced to the cask
url "http://down.sandai.net/mac/xlplayer_#{version}.dmg"
name 'XLPlayer for Mac'
name '迅雷影音 for Mac'
homepage 'http://video.xunlei.com/mac.html'
depends_on macos: '>= :yosemite'
app 'XLPlayer.app'
zap trash: [
'~/Library/Application Support/XLPlayer',
'~/Library/Caches/com.xunlei.XLPlayer',
'~/Library/Preferences/com.xunlei.XLPlayer.plist',
'~/Library/Saved Application State/com.xunlei.XLPlayer.savedState',
]
end