mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #8525 from Dremora/utorrent
Add utorrent name stanza, expand zap stanza
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user