homebrew-cask/Casks/utorrent.rb

12 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