homebrew-cask/Casks/utorrent.rb

14 lines
319 B
Ruby
Raw Normal View History

2013-11-07 12:09:57 +08:00
class Utorrent < Cask
2014-10-04 22:07:59 +08:00
version :latest
sha256 :no_check
url 'http://download-new.utorrent.com/endpoint/utmac/os/osx/track/stable/'
2014-05-14 21:40:04 +08:00
appcast 'http://update.utorrent.com/checkupdate.php'
2012-11-19 13:13:43 +08:00
homepage 'http://www.utorrent.com/'
2014-10-01 23:34:12 +08:00
license :unknown
caveats do
manual_installer 'uTorrent-Installer.app'
end
2012-03-10 17:15:33 +08:00
end