diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-08 19:26:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 19:26:38 -0500 |
commit | 19b2ad0518920a733dd7370808aa65ee62334986 (patch) | |
tree | 49b330d74cc692394a6ae02d18cb4024564c20dd /third-party | |
parent | 0290889fa91813e005b8428957b43d038e95710b (diff) | |
parent | 7813b48645bf2af11c2d18f4e4154a74d4dad662 (diff) | |
download | rneovim-19b2ad0518920a733dd7370808aa65ee62334986.tar.gz rneovim-19b2ad0518920a733dd7370808aa65ee62334986.tar.bz2 rneovim-19b2ad0518920a733dd7370808aa65ee62334986.zip |
Merge pull request #17332 from cryptomilk/asn-vterm-output-callback
feat(term): Use vterm_output_set_callback()
Diffstat (limited to 'third-party')
-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 cdca7c7b9c..174f1cbaba 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -163,10 +163,10 @@ set(LUAROCKS_SHA256 ab6612ca9ab87c6984871d2712d05525775e8b50172701a0a1cabddf76de 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.22.tar.gz) +set(LIBTERMKEY_URL https://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz) set(LIBTERMKEY_SHA256 6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600) -set(LIBVTERM_URL http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz) +set(LIBVTERM_URL https://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz) set(LIBVTERM_SHA256 bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd) set(LUV_VERSION 1.42.0-1) |