homebrew-cask-versions/Casks/utorrent.rb
2014-10-21 09:20:11 -04:00

11 lines
302 B
Ruby

class Utorrent < Cask
version :latest
sha256 :no_check
url 'http://download-new.utorrent.com/endpoint/utmac/os/osx/track/stable/'
appcast 'http://update.utorrent.com/checkupdate.php'
homepage 'http://www.utorrent.com/'
license :unknown
installer :manual => 'uTorrent-Installer.app'
end