aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-07-08 16:39:16 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-07-08 16:39:46 +0200
commit2555bd3ab0ab3862592ade350cdf33e6761f7a97 (patch)
treeccf1ff904e23c7359daa028699c4a9df9305684d
parent6720fe253e92b21c7f989389a64e363b5933884f (diff)
downloadrneovim-2555bd3ab0ab3862592ade350cdf33e6761f7a97.tar.gz
rneovim-2555bd3ab0ab3862592ade350cdf33e6761f7a97.tar.bz2
rneovim-2555bd3ab0ab3862592ade350cdf33e6761f7a97.zip
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)