homebrew-cask/Casks/thunder.rb

29 lines
1.1 KiB
Ruby

cask 'thunder' do
version '3.3.2.3944'
sha256 '359ca0b366f504978f8a38e54a94826ba369141275144b69b6fc13c2977c319c'
# down.sandai.net was verified as official when first introduced to the cask
url "http://down.sandai.net/mac/thunder_#{version}.dmg"
appcast 'http://static-xl9-ssl.xunlei.com/json/mac_download_url.json'
name 'Thunder'
name '迅雷'
homepage 'https://mac.xunlei.com/'
depends_on macos: '>= :yosemite'
app 'Thunder.app'
zap trash: [
'~/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',
'~/Library/WebKit/com.xunlei.Thunder',
]
end