aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-05-17 01:05:32 -0700
committerRui Abreu Ferreira <rap-ep@gmx.com>2016-08-26 08:09:56 +0100
commit9da4d0dfeea45090919ec38a79f5a65221f7c728 (patch)
tree0c9b5d8d62c2d25a92fec1b21ba09d82dbb43dc4
parenteb2d547bd5a34c4c3355c671c417440b72b64ebf (diff)
downloadrneovim-9da4d0dfeea45090919ec38a79f5a65221f7c728.tar.gz
rneovim-9da4d0dfeea45090919ec38a79f5a65221f7c728.tar.bz2
rneovim-9da4d0dfeea45090919ec38a79f5a65221f7c728.zip
Update to libuv 1.9.1
-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 7eba17aba3..2e41d745d7 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -81,8 +81,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.8.0.tar.gz)
-set(LIBUV_SHA256 906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde)
+set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.9.1.tar.gz)
+set(LIBUV_SHA256 a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-1.0.0.tar.gz)
set(MSGPACK_SHA256 afda64ca445203bb7092372b822bae8b2539fdcebbfc3f753f393628c2bcfe7d)