From 4b2121019810623a59997a2e71c4e335444b4713 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:13:31 +0000 Subject: [PATCH] tree-sitter: Update to version 0.22.4 --- 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 e7b0f29a04..9869871e70 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.22.2", + "version": "0.22.4", "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.22.2/tree-sitter-windows-x64.gz", - "hash": "3520ed1d3d0c1433187b7d2a966e1f5a389427f477880e85fc7f6e4b1cb0ce3c" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.4/tree-sitter-windows-x64.gz", + "hash": "522596e26337418450bc5fb71535986504e0171e1e09efe17a8ea8c494b61622" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.2/tree-sitter-windows-x86.gz", - "hash": "b4f8fb6d2ad2f2c727a788cf9f4c0d2a3681289c91dad9bb1e3f16a7d50895c3" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.22.4/tree-sitter-windows-x86.gz", + "hash": "35e32c0795a6c876554daa97233cd0ee843d5d95605029848ab555aefa777943" } }, "bin": "tree-sitter.exe",