diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-04 21:05:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 21:05:20 +0200 |
commit | 65e4c9afe2f9e55c79de104845a5b0524c70144b (patch) | |
tree | 283302df43fb7161cfbbb7bcde0a37a53af05764 /third-party/CMakeLists.txt | |
parent | 90519107f2423f0ef71d2db821af32a3e33e23d6 (diff) | |
parent | 3b156664b5c247defa5c4e1924805766d872b9ec (diff) | |
download | rneovim-65e4c9afe2f9e55c79de104845a5b0524c70144b.tar.gz rneovim-65e4c9afe2f9e55c79de104845a5b0524c70144b.tar.bz2 rneovim-65e4c9afe2f9e55c79de104845a5b0524c70144b.zip |
Merge #8955 'deps: update jemalloc, libvterm'
Diffstat (limited to 'third-party/CMakeLists.txt')
-rw-r--r-- | third-party/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 0905b70be2..f770999c0f 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -138,11 +138,11 @@ set(UNIBILIUM_SHA256 78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116 set(LIBTERMKEY_URL http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.20.tar.gz) set(LIBTERMKEY_SHA256 6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a081935d2f5) -set(LIBVTERM_URL https://github.com/neovim/libvterm/archive/a9c7c6fd20fa35e0ad3e0e98901ca12dfca9c25c.tar.gz) -set(LIBVTERM_SHA256 1a4272be91d9614dc183a503786df83b6584e4afaab7feaaa5409f841afbd796) +set(LIBVTERM_URL https://github.com/neovim/libvterm/archive/3f62ac6b7bdffda39d68f723fb1806dfd6d6382d.tar.gz) +set(LIBVTERM_SHA256 1c8b318370f00f831f43e3ec86a48984250e3ee5c76beb106a421c9a42286ac5) -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) |