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.
12 lines
285 B
12 lines
285 B
class UtorrentPpc < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://download-new.utorrent.com/endpoint/utmac/os/osx-ppc/track/stable/'
|
|
homepage 'http://www.utorrent.com/'
|
|
license :gratis
|
|
|
|
app 'uTorrent.app'
|
|
|
|
zap :delete => '~/Library/Application Support/uTorrent'
|
|
end
|
|
|