homebrew-cask/Casks/bittorrent.rb

20 lines
686 B
Ruby

cask 'bittorrent' do
version :latest
sha256 :no_check
# utorrent.com was verified as official when first introduced to the cask
url 'https://download-new.utorrent.com/os/osx/track/stable/endpoint/btmac'
name 'BitTorrent'
homepage 'https://www.bittorrent.com/'
app 'BitTorrent.app'
zap trash: [
'~/Library/Preferences/com.bittorrent.BitTorrent.plist',
'~/Library/Application Support/BitTorrent',
'~/Library/Saved Application State/com.bittorrent.BitTorrent.savedState',
'~/Library/Caches/com.bittorrent.BitTorrent',
'~/Library/LaunchAgents/com.bittorrent.BitTorrent.plist',
]
end