tree-sitter: Update to version 0.20.8

This commit is contained in:
github-actions[bot] 2023-04-04 16:28:00 +00:00
parent bd4ec8228d
commit 5107f02b7c

View File

@ -1,16 +1,16 @@
{ {
"version": "0.20.7", "version": "0.20.8",
"description": "An incremental parsing system for programming tools", "description": "An incremental parsing system for programming tools",
"homepage": "https://tree-sitter.github.io/tree-sitter/", "homepage": "https://tree-sitter.github.io/tree-sitter/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.7/tree-sitter-windows-x64.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.8/tree-sitter-windows-x64.gz",
"hash": "77723edd739f1b4e7aa698e30f74c608a7a705f6fde876d58f98c587357e950e" "hash": "083a94631bfe953030ffd72ef6b6c0227585cc238337f4ded114f94fb58d2c31"
}, },
"32bit": { "32bit": {
"url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.7/tree-sitter-windows-x86.gz", "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.8/tree-sitter-windows-x86.gz",
"hash": "58d2fe68a1f6bf6fdb1f05370c0df7d471dc2c7ee5e3f4188b75b99897459e03" "hash": "a9fca17cd2b0c8d4e938a137d7c692665f04346eb18181a51f4f47a763f8029d"
} }
}, },
"bin": "tree-sitter.exe", "bin": "tree-sitter.exe",