Delete bittorrent (#56329)

* Delete bittorrent

as per discussion in https://github.com/Homebrew/homebrew-cask/issues/56223

"this is the full blown worst case. the version that the cask downloads is full of adware.
here is virustotal for the download
https://www.virustotal.com/#/file/84b6a363e4d22afa3b1b9a3816128f1e450ded4e6a12130038cbdc39035903a7/detection
and here is virustotal for the app itself
https://www.virustotal.com/#/file/e92733d49ea187caa97cfdeebffef39b2910bd81949b98a7a9beac291ae8bc38/detection
i know 'bittorrent' is pretty popular but please remove this right now. anyone in their right mind should use Transmission instead of these adware crap downloaders."

* Delete bittorrent.rb
This commit is contained in:
CoreCode 2018-12-19 02:22:04 +01:00 committed by Vítor Galvão
parent 1058e600c1
commit 672479ce54
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
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