mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Update to libuv 1.3.0
This commit is contained in:
parent
fa441658b1
commit
d4354759d3
6
third-party/CMakeLists.txt
vendored
6
third-party/CMakeLists.txt
vendored
@ -49,9 +49,9 @@ endif()
|
||||
|
||||
include(ExternalProject)
|
||||
|
||||
set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.0.1.tar.gz)
|
||||
set(LIBUV_SHA1 be4edcca18a518153b5e249a17621f2674d7654d)
|
||||
set(LIBUV_MD5 c5e4bbf954b8438c57d9414ee54b4d90)
|
||||
set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.3.0.tar.gz)
|
||||
set(LIBUV_SHA1 ff0346b8d642fe99a04e22a26cf8f94b5a01e6bb)
|
||||
set(LIBUV_MD5 182b6cdd102fed039b0c44c181fc2fb2)
|
||||
|
||||
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz)
|
||||
set(MSGPACK_SHA1 c160ff99f20d9d0a25bea0a57f4452f1c9bde370)
|
||||
|
Loading…
Reference in New Issue
Block a user