From ab176fd87426e221a09de6bf6e284828a9c243a7 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 23 Sep 2015 18:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=C2=B5Torrent=20Beta:=20Add=20zap=20&=20name=20?= =?UTF-8?q?stanza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casks/utorrent-beta.rb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Casks/utorrent-beta.rb b/Casks/utorrent-beta.rb index d1ba2d03a..87baa4cf5 100644 --- a/Casks/utorrent-beta.rb +++ b/Casks/utorrent-beta.rb @@ -3,8 +3,19 @@ cask :v1 => 'utorrent-beta' do sha256 :no_check url 'http://download-new.utorrent.com/endpoint/utmac/os/osx/track/beta/' + name 'µTorrent' homepage 'http://www.utorrent.com/' - license :unknown + license :freemium + + 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' + ] app 'uTorrent.app' end