aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-03-30 10:35:48 -0400
committerJames McCoy <jamessan@jamessan.com>2017-03-30 21:35:29 -0400
commitd92add8a4b00d5e87fd367ae2656ac5ba87a8f06 (patch)
treefae7d23a89bb85be3e59b8fdf57daef677654bc8
parent3a9dd13f9e6471215a738cf22bf180e60a2e0bcd (diff)
downloadrneovim-d92add8a4b00d5e87fd367ae2656ac5ba87a8f06.tar.gz
rneovim-d92add8a4b00d5e87fd367ae2656ac5ba87a8f06.tar.bz2
rneovim-d92add8a4b00d5e87fd367ae2656ac5ba87a8f06.zip
third-party: Bump msgpack-c to 2.1.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 a5fd766aa8..ea1039f459 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -90,8 +90,8 @@ include(ExternalProject)
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)
+set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/cpp-2.1.1.tar.gz)
+set(MSGPACK_SHA256 d6bef12d959816a39c7a6972f3f16c0724e4c7ff0927eb59a35247dc8267b609)
set(LUAJIT_URL https://github.com/neovim/deps/raw/master/opt/LuaJIT-2.0.4.tar.gz)
set(LUAJIT_SHA256 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d)