aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-08-07 10:22:42 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-08-07 10:22:42 -0300
commit8c37f9b4ffa7fba02598bfd3c0f5709b43dd625d (patch)
tree9b0161d26845f44abdd091ec6849dca3792024d3
parentad5ae68acd3b0edae564064dfdc2b5b950d0b4e4 (diff)
downloadrneovim-8c37f9b4ffa7fba02598bfd3c0f5709b43dd625d.tar.gz
rneovim-8c37f9b4ffa7fba02598bfd3c0f5709b43dd625d.tar.bz2
rneovim-8c37f9b4ffa7fba02598bfd3c0f5709b43dd625d.zip
dependencies: Update to libuv 0.11.28
-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 c41b80c9b8..56956fdc70 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -46,8 +46,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.26.tar.gz)
-set(LIBUV_MD5 05fabe884173f422649fbe1047ca62b1)
+set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.28.tar.gz)
+set(LIBUV_MD5 1a849ba4fc571d531482ed74bc7aabc4)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.8/msgpack-0.5.8.tar.gz)
set(MSGPACK_MD5 ea0bee0939d2980c0df91f0e4843ccc4)