aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-07-10 18:51:43 -0400
committerGitHub <noreply@github.com>2017-07-10 18:51:43 -0400
commit5f8f46ba8e6d1a6012848b878bc656365592811b (patch)
treec019643ff8a5b0ff15585b5966bc6825b05ebffa
parent6725667d31591e8025589c4c1df34469f3bfdb52 (diff)
parent2555bd3ab0ab3862592ade350cdf33e6761f7a97 (diff)
downloadrneovim-5f8f46ba8e6d1a6012848b878bc656365592811b.tar.gz
rneovim-5f8f46ba8e6d1a6012848b878bc656365592811b.tar.bz2
rneovim-5f8f46ba8e6d1a6012848b878bc656365592811b.zip
Merge pull request #6983 from justinmk/libtermkey
third-party: Bump libtermkey to 0.20
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index bd4567cff7..0238d67839 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -110,8 +110,8 @@ if(WIN32)
set(LIBTERMKEY_URL https://github.com/equalsraf/libtermkey/archive/tb-windows.zip)
set(LIBTERMKEY_SHA256 c81e33e38662b151a49847ff4feef4f8c4b2a66f3e159a28b575cbc9bcd8ffea)
else()
-set(LIBTERMKEY_URL http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.19.tar.gz)
-set(LIBTERMKEY_SHA256 c505aa4cb48c8fa59c526265576b97a19e6ebe7b7da20f4ecaae898b727b48b7)
+set(LIBTERMKEY_URL http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.20.tar.gz)
+set(LIBTERMKEY_SHA256 6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a081935d2f5)
endif()
set(LIBVTERM_URL https://github.com/neovim/libvterm/archive/a9c7c6fd20fa35e0ad3e0e98901ca12dfca9c25c.tar.gz)