From 6e6d18d9d8ee48bc8e8c1fb737775fa66a923ced Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Thu, 1 May 2014 20:16:54 +0800 Subject: [PATCH] Add utorrent beta --- Casks/utorrent-beta.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/utorrent-beta.rb diff --git a/Casks/utorrent-beta.rb b/Casks/utorrent-beta.rb new file mode 100644 index 000000000..752636aa9 --- /dev/null +++ b/Casks/utorrent-beta.rb @@ -0,0 +1,7 @@ +class UtorrentBeta < Cask + url 'http://download-new.utorrent.com/endpoint/utmac/os/osx/track/beta/' + homepage 'http://www.utorrent.com/' + version 'latest' + no_checksum + link 'uTorrent.app' +end