homebrew-cask/Casks/bittorrent.rb

22 lines
712 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bittorrent' do
2015-08-09 15:49:10 +08:00
version :latest
sha256 :no_check
url 'https://download-new.utorrent.com/os/osx/track/stable/endpoint/btmac'
2015-08-09 15:49:10 +08:00
name 'BitTorrent'
homepage 'https://www.bittorrent.com'
2015-08-09 15:49:10 +08:00
license :gratis
installer manual: 'Bittorrent.app'
2015-08-09 15:49:10 +08:00
uninstall delete: '/Applications/BitTorrent.app'
2015-08-09 15:49:10 +08:00
zap delete: [
'~/Library/Preferences/com.com.bittorrent.BitTorrent.plist',
'~/Library/Application Support/BitTorrent',
'~/Library/Saved Application State/com.com.bittorrent.BitTorrent.savedState',
'~/Library/Caches/com.com.bittorrent.BitTorrent',
'~/Library/LaunchAgents/com.bittorrent.BitTorrent.plist',
]
2015-08-09 15:49:10 +08:00
end