diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-01 17:59:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 17:59:00 +0100 |
commit | 302beaa36b8b53765c986bd88741e0d547256938 (patch) | |
tree | 3dcc6c87f2a327ce1992fee6392ff8fc9f39222d | |
parent | 603db555a467db81416ff7390a9d73295573623d (diff) | |
download | rneovim-302beaa36b8b53765c986bd88741e0d547256938.tar.gz rneovim-302beaa36b8b53765c986bd88741e0d547256938.tar.bz2 rneovim-302beaa36b8b53765c986bd88741e0d547256938.zip |
build(deps): bump tree-sitter to v0.20.2 (#16863)
-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 b0b91df791..613b39c833 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -203,8 +203,8 @@ set(LIBICONV_SHA256 ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc891 set(TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.20.1.tar.gz) set(TREESITTER_C_SHA256 ffcc2ef0eded59ad1acec9aec4f9b0c7dd209fc1a85d85f8b0e81298e3dddcc2) -set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/25f64e1eb66bb1ab3eccd4f0b7da543005f3ba79.tar.gz) -set(TREESITTER_SHA256 4f43bad474df494d00a779157f1c437638987d0e7896f9c73492cfeef35366b5) +set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.2.tar.gz) +set(TREESITTER_SHA256 2a0445f8172bbf83db005aedb4e893d394e2b7b33251badd3c94c2c5cc37c403) if(USE_BUNDLED_UNIBILIUM) include(BuildUnibilium) |