diff options
author | James McCoy <jamessan@jamessan.com> | 2020-08-28 00:48:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 00:48:26 -0400 |
commit | 46e74142abe6d731c0456eb7680163ac7feccfa1 (patch) | |
tree | 12b058f4cd4a19c5c13644d900ff328e06c221e5 | |
parent | 91109ffda23d0ce61cec245b1f4ffb99e7591b62 (diff) | |
parent | 7de276b877ba77ca1e990b51d20824f4c097e6fa (diff) | |
download | rneovim-46e74142abe6d731c0456eb7680163ac7feccfa1.tar.gz rneovim-46e74142abe6d731c0456eb7680163ac7feccfa1.tar.bz2 rneovim-46e74142abe6d731c0456eb7680163ac7feccfa1.zip |
Merge pull request #12797 from clason/libvterm-0.1.4
third-party: upgrade libvterm to v0.1.4
-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 477e25a882..493d7aacdd 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -161,8 +161,8 @@ set(UNIBILIUM_SHA256 29815283c654277ef77a3adcc8840db79ddbb20a0f0b0c8f648bd8cd49a 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/65dbda3ed214f036ee799d18b2e693a833a0e591.tar.gz) -set(LIBVTERM_SHA256 95d3c7e86336fbd40dfd7a0aa0a795320bb71bc957ea995ea0e549c96d20db3a) +set(LIBVTERM_URL http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz) +set(LIBVTERM_SHA256 bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd) set(LUV_VERSION 1.30.1-1) set(LUV_URL https://github.com/luvit/luv/archive/${LUV_VERSION}.tar.gz) |