aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-06 20:45:40 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-08 03:31:36 -0400
commit0d90b5c36c3c17e696792b80f9f4f45778f1cbfd (patch)
treeb3500fa42fbcee0e46740e2f3d26c1ff0e61d479
parent1978d65bca73b5a88e6e0e0003ae4d5b6ccd40c7 (diff)
downloadrneovim-0d90b5c36c3c17e696792b80f9f4f45778f1cbfd.tar.gz
rneovim-0d90b5c36c3c17e696792b80f9f4f45778f1cbfd.tar.bz2
rneovim-0d90b5c36c3c17e696792b80f9f4f45778f1cbfd.zip
Update to libuv 1.5.0 #2604
Contains some Windows-specific fixes: https://github.com/libuv/libuv/pull/329 https://github.com/libuv/libuv/releases/tag/v1.5.0
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index ab36cb67c6..66edf9459c 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -53,8 +53,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz)
-set(LIBUV_SHA256 b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741)
+set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.5.0.tar.gz)
+set(LIBUV_SHA256 f9c6ad4b7a2c90d93c8e09d2e739bb46d199639c4d884ba30323359521b09367)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz)
set(MSGPACK_SHA256 afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d)