From ebe1bd2599782de228e3008dc3f4550d0313a861 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Sun, 12 Jun 2016 21:35:06 +0800 Subject: [PATCH] remove utorrent-beta --- Casks/utorrent-beta.rb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Casks/utorrent-beta.rb diff --git a/Casks/utorrent-beta.rb b/Casks/utorrent-beta.rb deleted file mode 100644 index 49f8ee558..000000000 --- a/Casks/utorrent-beta.rb +++ /dev/null @@ -1,21 +0,0 @@ -cask 'utorrent-beta' do - version :latest - sha256 :no_check - - url 'https://download-new.utorrent.com/endpoint/utmac/os/osx/track/beta/' - name 'µTorrent' - homepage 'https://www.utorrent.com/' - license :freemium - - app 'uTorrent.app' - - zap delete: [ - '~/Library/Application Support/uTorrent', - '~/Library/Preferences/com.bittorrent.uTorrent.plist', - '~/Library/Preferences/com.bittorrent.uTorrent-Installer.plist', - '~/Library/Saved Application State/com.bittorrent.uTorrent.savedState', - '~/Library/Saved Application State/com.bittorrent.uTorrent-Installer.savedState', - '~/Library/Caches/com.bittorrent.uTorrent', - '~/Library/Caches/com.bittorrent.uTorrent-Installer', - ] -end