diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-22 19:28:52 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-22 19:28:52 -0500 |
commit | 62cf44b8abe0435bdb422aa4cbf3392d6653c831 (patch) | |
tree | 304e1a65a530a1c90f1e075088c8f52bff5eb836 | |
parent | 37d60042515f1dd37571f0df3af3936d1b0a9615 (diff) | |
download | rneovim-62cf44b8abe0435bdb422aa4cbf3392d6653c831.tar.gz rneovim-62cf44b8abe0435bdb422aa4cbf3392d6653c831.tar.bz2 rneovim-62cf44b8abe0435bdb422aa4cbf3392d6653c831.zip |
Update to libuv 1.8.0
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
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) |