aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-02-23 14:37:48 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-02-23 14:37:48 -0500
commitb25dfecb18b125d2ddc3e231381bd568bb5067de (patch)
treec153d713978f14f5c0855e40befdbd599d3d2a4e
parent5993a38ba3ebdb649458748d6e4a109c82bdacb1 (diff)
parent62cf44b8abe0435bdb422aa4cbf3392d6653c831 (diff)
downloadrneovim-b25dfecb18b125d2ddc3e231381bd568bb5067de.tar.gz
rneovim-b25dfecb18b125d2ddc3e231381bd568bb5067de.tar.bz2
rneovim-b25dfecb18b125d2ddc3e231381bd568bb5067de.zip
Merge pull request #4329 from justinmk/libuv
Update to libuv 1.8.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 d7bb620236..08e76ceef0 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -71,8 +71,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.7.3.tar.gz)
-set(LIBUV_SHA256 db5d46318e18330c696d954747036e1be8e2346411d4f30236d7e2f499f0cfab)
+set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.8.0.tar.gz)
+set(LIBUV_SHA256 906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz)
set(MSGPACK_SHA256 afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d)