Update utorrent.app to stable release channel

This commit is contained in:
Lincoln Lee 2014-05-02 20:58:21 +08:00
parent 2a9271c9ab
commit fc70ecf64c

View file

@ -1,7 +1,10 @@
class Utorrent < Cask
url 'http://download-new.utorrent.com/endpoint/utmac/os/osx/track/stable/'
homepage 'http://www.utorrent.com/'
version 'latest-beta'
url 'http://download-new.utorrent.com/endpoint/utmac/os/osx/track/beta/'
version 'latest'
caskroom_only true
no_checksum
link 'uTorrent.app'
caveats do
manual_installer 'uTorrent-Installer.app'
end
end