homebrew-cask/Casks/thunder.rb

27 lines
1.0 KiB
Ruby

cask 'thunder' do
version '3.0.10.2930'
sha256 '97a8004cd2cd862db9d37fe46d45e273e479a334d1493bf89bb7d657ee574e18'
# down.sandai.net was verified as official when first introduced to the cask
url "http://down.sandai.net/mac/thunder_#{version}.dmg"
name 'Thunder'
name '迅雷'
homepage 'http://mac.xunlei.com/'
depends_on macos: '>= :yosemite'
app 'Thunder.app'
zap delete: [
'~/Library/Application Support/Thunder',
'~/Library/Caches/com.xunlei.Thunder',
'~/Library/Caches/com.xunlei.XLPlayer',
'~/Library/Cookies/com.xunlei.Thunder.binarycookies',
'~/Library/Preferences/com.xunlei.Thunder.loginSDK.plist',
'~/Library/Preferences/com.xunlei.Thunder.plist',
'~/Library/Preferences/com.xunlei.XLPlayer.plist',
'~/Library/Saved Application State/com.xunlei.Thunder.savedState',
'~/Library/Saved Application State/com.xunlei.XLPlayer.savedState',
]
end