aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-11-03 13:40:44 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2020-11-03 13:40:44 +0100
commit9e9137ef044f81782327156edecd0dc34fd87c77 (patch)
treeb7dc4007985678f30440e7fde7f808243f92d3fb
parenta766695c8b2c0b53b0b9f9f17bcff117183b21f9 (diff)
downloadrneovim-9e9137ef044f81782327156edecd0dc34fd87c77.tar.gz
rneovim-9e9137ef044f81782327156edecd0dc34fd87c77.tar.bz2
rneovim-9e9137ef044f81782327156edecd0dc34fd87c77.zip
deps(tree-sitter): dump to 0.17.3
Also test the the bundling works correctly.
-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 9c0c9c22ea..d8923fd65b 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -199,8 +199,8 @@ set(LIBICONV_SHA256 ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc891
set(TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/6002fcd.tar.gz)
set(TREESITTER_C_SHA256 46f8d44fa886d9ddb92571bb6fa8b175992c8758eca749cb1217464e512b6e97)
-set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/0.17.1.zip)
-set(TREESITTER_SHA256 4520e77b080f4acc3074efafd42616245fa5be104f65766a86ed38708352c724)
+set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/0.17.3.zip)
+set(TREESITTER_SHA256 19068b6663f5a4cacd5d805fa437419e3c29eb615ed9523e438b400b79f39c20)
if(USE_BUNDLED_UNIBILIUM)
include(BuildUnibilium)