Merge pull request #8525 from Dremora/utorrent

Add utorrent name stanza, expand zap stanza
This commit is contained in:
Vítor Galvão
2014-12-30 14:53:48 +00:00
+10 -1
View File
@@ -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