diff options
-rw-r--r-- | third-party/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 302f7ab1f5..b2160a26b9 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -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) |