From 5107f02b7ca6b17bc6da695a4133a20e2eed06a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 16:28:00 +0000 Subject: [PATCH] tree-sitter: Update to version 0.20.8 --- bucket/tree-sitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tree-sitter.json b/bucket/tree-sitter.json index 2737b062d7..712272a029 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.20.7", + "version": "0.20.8", "description": "An incremental parsing system for programming tools", "homepage": "https://tree-sitter.github.io/tree-sitter/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.7/tree-sitter-windows-x64.gz", - "hash": "77723edd739f1b4e7aa698e30f74c608a7a705f6fde876d58f98c587357e950e" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.8/tree-sitter-windows-x64.gz", + "hash": "083a94631bfe953030ffd72ef6b6c0227585cc238337f4ded114f94fb58d2c31" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.7/tree-sitter-windows-x86.gz", - "hash": "58d2fe68a1f6bf6fdb1f05370c0df7d471dc2c7ee5e3f4188b75b99897459e03" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.8/tree-sitter-windows-x86.gz", + "hash": "a9fca17cd2b0c8d4e938a137d7c692665f04346eb18181a51f4f47a763f8029d" } }, "bin": "tree-sitter.exe",