From f20bbe038f6b2102076bb9ea96eaf4f93a174583 Mon Sep 17 00:00:00 2001 From: Vasily Kraev Date: Mon, 10 Nov 2014 18:36:30 +0300 Subject: [PATCH] Add uTorrent PPC cask --- Casks/utorrent-ppc.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/utorrent-ppc.rb diff --git a/Casks/utorrent-ppc.rb b/Casks/utorrent-ppc.rb new file mode 100644 index 000000000..7a224b350 --- /dev/null +++ b/Casks/utorrent-ppc.rb @@ -0,0 +1,12 @@ +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