From f632016b9097a0afe0740b81f5c6e3f44afac9f7 Mon Sep 17 00:00:00 2001 From: Gert Van Gool Date: Sat, 10 Mar 2012 10:15:33 +0100 Subject: [PATCH] =?UTF-8?q?Adds=20=C2=B5Torrent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casks/u-torrent.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Casks/u-torrent.rb diff --git a/Casks/u-torrent.rb b/Casks/u-torrent.rb new file mode 100644 index 000000000..579e40103 --- /dev/null +++ b/Casks/u-torrent.rb @@ -0,0 +1,5 @@ +class UTorrent < Cask + homepage 'http://www.utorrent.com/' + version '1.5.14' + url 'http://download.utorrent.com/1.5.14/uTorrent.dmg' +end