diff --git a/Casks/utorrent.rb b/Casks/utorrent.rb index af285a0ea0..245a5f9fe2 100644 --- a/Casks/utorrent.rb +++ b/Casks/utorrent.rb @@ -11,8 +11,17 @@ cask :v1 => 'utorrent' do installer :manual => 'uTorrent-Installer.app' end + name 'µTorrent' homepage 'http://www.utorrent.com/' license :freemium - zap :delete => '~/Library/Application Support/uTorrent' + 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