aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-01-28 16:47:46 -0500
committerThiago de Arruda <tpadilha84@gmail.com>2015-01-30 09:30:59 -0300
commitd4354759d3138005e942a8df78817e4d16edaed0 (patch)
treed35e1da46e3eb866a10abc6bb5f79fbe94224298
parentfa441658b1feeef4d83dce646ce77c99f84c1947 (diff)
downloadrneovim-d4354759d3138005e942a8df78817e4d16edaed0.tar.gz
rneovim-d4354759d3138005e942a8df78817e4d16edaed0.tar.bz2
rneovim-d4354759d3138005e942a8df78817e4d16edaed0.zip
Update to libuv 1.3.0
-rw-r--r--third-party/CMakeLists.txt6
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)