diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-01-27 21:37:11 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-09 23:51:02 -0500 |
| commit | ec5e94518e8e631e4deced07cb5127d305b24d27 (patch) | |
| tree | b9a9a9b7563714184aa49f3b9e06d728316a7ce5 /third-party | |
| parent | b0b9a33e627ffa5c7cdf21d759a478a6f6184cc0 (diff) | |
| download | rneovim-ec5e94518e8e631e4deced07cb5127d305b24d27.tar.gz rneovim-ec5e94518e8e631e4deced07cb5127d305b24d27.tar.bz2 rneovim-ec5e94518e8e631e4deced07cb5127d305b24d27.zip | |
build: upgrade msgpack-c #1900
closes #1899
closes #1967
refs https://github.com/msgpack/msgpack-c/pull/194
Diffstat (limited to 'third-party')
| -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 7f776136f4..64fc7ca7e6 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -52,8 +52,8 @@ include(ExternalProject) set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.2.0.tar.gz) set(LIBUV_SHA1 38d1ba349fcfc1b221140523ba3d7cf3ea38c20b) -set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/ecf4b09acd29746829b6a02939db91dfdec635b4.tar.gz) -set(MSGPACK_SHA1 c160ff99f20d9d0a25bea0a57f4452f1c9bde370) +set(MSGPACK_URL https://github.com/msgpack/msgpack-c/archive/b4eba4ba090e8cd6d8332410e252296a62b7e56d.tar.gz) +set(MSGPACK_SHA1 768e60e3936cd0d0e4f1d58ca86a78eeb895931b) set(LUAJIT_URL http://luajit.org/download/LuaJIT-2.0.3.tar.gz) set(LUAJIT_SHA1 2db39e7d1264918c2266b0436c313fbd12da4ceb) |