Update to libuv 1.11.0.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3400 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2017-04-25 11:27:24 +00:00
parent a11db9a807
commit 3766813780

View File

@ -21,7 +21,7 @@ if not os.path.isdir(kWork):
os.chdir(kWork)
kUvRepository = 'https://github.com/libuv/libuv.git'
kUvBranch = 'v1.10.1'
kUvBranch = 'v1.11.0'
kUvWork = 'uv'
kV8Repository = 'https://github.com/v8/v8.git'