diff --git a/Casks/bittorrent.rb b/Casks/bittorrent.rb deleted file mode 100644 index 60d8a05b12e..00000000000 --- a/Casks/bittorrent.rb +++ /dev/null @@ -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