From 5b7e5ea42f3b80c7a4d00fed6defbe3a6db37a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 2 Feb 2017 17:28:03 +0000 Subject: [PATCH] Delete utorrent.rb --- Casks/utorrent.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Casks/utorrent.rb diff --git a/Casks/utorrent.rb b/Casks/utorrent.rb deleted file mode 100644 index fa99de07e0b0..000000000000 --- a/Casks/utorrent.rb +++ /dev/null @@ -1,20 +0,0 @@ -cask 'utorrent' do - version :latest - sha256 :no_check - - url 'https://download-new.utorrent.com/endpoint/utmac/os/osx/track/stable/' - name 'µTorrent' - homepage 'https://www.utorrent.com/' - - installer manual: '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