From 5beb284ea39483a61cfe5ced6d66a489ab3d4ac4 Mon Sep 17 00:00:00 2001 From: Kirill Korolyov Date: Tue, 30 Dec 2014 14:22:59 +0000 Subject: [PATCH] Add utorrent name stanza, expand zap stanza --- Casks/utorrent.rb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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