homebrew-cask/Casks/utorrent.rb

12 lines
354 B
Ruby

cask :v1 => 'utorrent' do
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 # todo: improve this machine-generated value
installer :manual => 'uTorrent-Installer.app'
end