Browse Source

µTorrent Beta: Add zap & name stanza

master
Michael 9 years ago
parent
commit
ab176fd874
  1. 13
      Casks/utorrent-beta.rb

13
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

Loading…
Cancel
Save