homebrew-cask/Casks/thunder.rb

26 lines
942 B
Ruby

cask 'thunder' do
version '3.0.3.2684'
sha256 '6155dda4458aa8e32669f626452a863f398d12633e350bc4d0a523fca193a2ab'
# 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/Caches/com.xunlei.swjsq',
'~/Library/Cookies/com.xunlei.Thunder.binarycookies',
'~/Library/Preferences/com.xunlei.Thunder.plist',
'~/Library/Saved Application State/com.xunlei.Thunder.savedState',
'~/Library/Saved Application State/com.xunlei.XLPlayer.savedState',
]
end