diff options
author | Matthieu Coudron <coudron@iij.ad.jp> | 2019-11-29 04:45:43 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-28 19:45:43 -0800 |
commit | ad17ef118a533ad24a1cdc62944a08c2ab06d72f (patch) | |
tree | 7ab64e8deafeaf1df7422fe1e2e50558e2c116af | |
parent | 835f959193e686ba4f7617d2475a9953285c916c (diff) | |
download | rneovim-ad17ef118a533ad24a1cdc62944a08c2ab06d72f.tar.gz rneovim-ad17ef118a533ad24a1cdc62944a08c2ab06d72f.tar.bz2 rneovim-ad17ef118a533ad24a1cdc62944a08c2ab06d72f.zip |
deps: update libtermkey to 0.22 #11429
-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 7465d037ee..90ec475894 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -159,8 +159,8 @@ set(LUAROCKS_SHA256 0cab9f79311083f33e4d8f5a76021604f1d3f7141ce9a2ef1d8b717d9205 set(UNIBILIUM_URL https://github.com/neovim/unibilium/archive/92d929f.tar.gz) set(UNIBILIUM_SHA256 29815283c654277ef77a3adcc8840db79ddbb20a0f0b0c8f648bd8cd49a02e4b) -set(LIBTERMKEY_URL http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.21.1.tar.gz) -set(LIBTERMKEY_SHA256 cecbf737f35d18f433c8d7864f63c0f878af41f8bd0255a3ebb16010dc044d5f) +set(LIBTERMKEY_URL http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz) +set(LIBTERMKEY_SHA256 6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600) set(LIBVTERM_URL https://github.com/neovim/libvterm/archive/7c72294d84ce20da4c27362dbd7fa4b08cfc91da.tar.gz) set(LIBVTERM_SHA256 f30c4d43e0c6db3e0912daf7188d98fbf6ee88f97589d72f6f304e5db48826a8) |