diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-20 15:31:39 -0400 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-21 09:21:51 -0300 |
commit | 4fc0291c730f3c42df4692dd91b09cfd806479d7 (patch) | |
tree | c93d05ef4f04c01f32cfd1866a5c0e990aaf2f92 | |
parent | a9e6a768c5a59a1ab69ccfbfb37c8939583a0284 (diff) | |
download | rneovim-4fc0291c730f3c42df4692dd91b09cfd806479d7.tar.gz rneovim-4fc0291c730f3c42df4692dd91b09cfd806479d7.tar.bz2 rneovim-4fc0291c730f3c42df4692dd91b09cfd806479d7.zip |
Update to libuv 1.4.2
-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 29256dc99b..60a53ace8f 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -1,7 +1,7 @@ # This is not meant to be included by the top-level. cmake_minimum_required (VERSION 2.8.7) project(NEOVIM_DEPS) - + # Point CMake at any custom modules we may ship list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") @@ -52,8 +52,8 @@ endif() include(ExternalProject) -set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.2.0.tar.gz) -set(LIBUV_SHA256 bebf424bb239867bbf609abad09a256cae7808c9d5cb346b779acd4b97a56693) +set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz) +set(LIBUV_SHA256 b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741) set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz) set(MSGPACK_SHA256 afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d) |