diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-05-10 20:12:01 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-09-04 10:41:51 +0200 |
commit | 765515010f8e60596ec67eb7cdfbe7f5e4e60c7d (patch) | |
tree | 16550b46b9dcc39f3bde0e249f973e5c1cd3c079 | |
parent | 7ff63fcdc0ba1ce2b8500641f3742d5ada68d496 (diff) | |
download | rneovim-765515010f8e60596ec67eb7cdfbe7f5e4e60c7d.tar.gz rneovim-765515010f8e60596ec67eb7cdfbe7f5e4e60c7d.tar.bz2 rneovim-765515010f8e60596ec67eb7cdfbe7f5e4e60c7d.zip |
deps: update to jemalloc 5.1.0
ref https://github.com/neovim/neovim/pull/7808
-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 0905b70be2..2747c244fe 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -141,8 +141,8 @@ set(LIBTERMKEY_SHA256 6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a0819 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.5.0/jemalloc-4.5.0.tar.bz2) -set(JEMALLOC_SHA256 9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780) +set(JEMALLOC_URL https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2) +set(JEMALLOC_SHA256 5396e61cc6103ac393136c309fae09e44d74743c86f90e266948c50f3dbb7268) set(LUV_URL https://github.com/luvit/luv/archive/1.9.1-1.tar.gz) set(LUV_SHA256 562b9efaad30aa051a40eac9ade0c3df48bb8186763769abe47ec3fb3edb1268) |