aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Brown <george-b@users.noreply.github.com>2016-07-03 07:26:47 +0100
committerJustin M. Keyes <justinkz@gmail.com>2016-07-03 02:26:47 -0400
commitb23b561329d557d7e272b84d8c553fdd70be3ca1 (patch)
tree5d40d2d120b2d8163930dc218fb29c4f248bd32a
parent086aa992927f29cb7bc5a74e9dcf801ec3a61fcf (diff)
downloadrneovim-b23b561329d557d7e272b84d8c553fdd70be3ca1.tar.gz
rneovim-b23b561329d557d7e272b84d8c553fdd70be3ca1.tar.bz2
rneovim-b23b561329d557d7e272b84d8c553fdd70be3ca1.zip
Update jemalloc to 4.2.1 (#4993)
-rw-r--r--third-party/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index f584815499..9fc1b2eb36 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -99,9 +99,9 @@ set(LIBTERMKEY_SHA256 239746de41c845af52bb3c14055558f743292dd6c24ac26c2d6567a5a6
set(LIBVTERM_URL https://github.com/neovim/libvterm/archive/a9c7c6fd20fa35e0ad3e0e98901ca12dfca9c25c.tar.gz)
set(LIBVTERM_SHA256 1a4272be91d9614dc183a503786df83b6584e4afaab7feaaa5409f841afbd796)
-set(JEMALLOC_URL https://github.com/jemalloc/jemalloc/releases/download/4.0.2/jemalloc-4.0.2.tar.bz2)
-set(JEMALLOC_SHA256 0d8a9c8a98adb6983e0ccb521d45d9db1656ef3e71d0b14fb333f2c8138f4611)
-
+set(JEMALLOC_URL https://github.com/jemalloc/jemalloc/releases/download/4.2.1/jemalloc-4.2.1.tar.bz2)
+set(JEMALLOC_SHA256 5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57)
+
set(LUV_URL https://github.com/luvit/luv/archive/146f1ce4c08c3b67f604c9ee1e124b1cf5c15cf3.tar.gz)
set(LUV_SHA256 3d537f8eb9fa5adb146a083eae22af886aee324ec268e2aa0fa75f2f1c52ca7a)