You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
cask 'utorrent-beta' do
|
|
|
|
version :latest
|
|
|
|
sha256 :no_check
|
|
|
|
|
|
|
|
url 'https://download-new.utorrent.com/endpoint/utmac/os/osx/track/beta/'
|
|
|
|
name 'µTorrent'
|
|
|
|
homepage 'https://www.utorrent.com/'
|
|
|
|
license :freemium
|
|
|
|
|
|
|
|
app 'uTorrent.app'
|
|
|
|
|
|
|
|
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
|