aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-02-21 19:43:10 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-02-21 19:43:10 +0100
commit6784ed206a158414737ae2036c1e0015f8f49b64 (patch)
tree4d160a8c19c5b8933eb0b546228ab1bc30957c63
parent0be6d3c86fe583860e0e70cbf46b4e4c5231f891 (diff)
downloadrneovim-6784ed206a158414737ae2036c1e0015f8f49b64.tar.gz
rneovim-6784ed206a158414737ae2036c1e0015f8f49b64.tar.bz2
rneovim-6784ed206a158414737ae2036c1e0015f8f49b64.zip
win/deps: update to (forked) libuv v1.26.0
ref c59aa771a631
-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 b1c8c95b31..18c73aa9c1 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -120,8 +120,8 @@ endif()
include(ExternalProject)
if(WIN32)
- set(LIBUV_URL https://github.com/neovim/libuv/archive/0ed7feb71ca949f7a96ccb102481d17ea1bb5933.tar.gz)
- set(LIBUV_SHA256 813fe763022f19878557c6fde311b6394fb9180caaaab0dd98d8704732234508)
+ set(LIBUV_URL https://github.com/neovim/libuv/archive/327f762644ccb964715cb99d08db0f1df43f651e.tar.gz)
+ set(LIBUV_SHA256 76e4ac06c7c74aeb471342c7f2d4a054af51ff054d399fac9f26e8fd5821dc92)
else()
set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.26.0.tar.gz)
set(LIBUV_SHA256 e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693)