homebrew-cask/Casks/utorrent.rb

14 lines
324 B
Ruby
Raw Normal View History

2013-11-07 12:09:57 +08:00
class Utorrent < Cask
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/'
version 'latest'
caskroom_only true
2014-05-08 20:51:31 +08:00
sha256 :no_check
caveats do
manual_installer 'uTorrent-Installer.app'
end
2012-03-10 17:15:33 +08:00
end