From 80ca63233f546a7174d7e6dbcfa79805e3531cea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 04:28:50 +0000 Subject: [PATCH] tree-sitter: Update to version 0.24.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 ccb9a145d9..91dfc54523 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.24.3", + "version": "0.24.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.24.3/tree-sitter-windows-x64.gz", - "hash": "f58a7d59a5499eeaf76288c633ebbc56b5cd2839cfed9c8c2d55005a47709d3b" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.4/tree-sitter-windows-x64.gz", + "hash": "1fa29eb05f82b1d473e14ecce83b6204671765807d096fe5cea1ccd8cfa90c5b" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.3/tree-sitter-windows-x86.gz", - "hash": "9dbd203fae22e027783a2b71f10f11bbddf882e1bfe85033fe5b3ee2f070d26c" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.4/tree-sitter-windows-x86.gz", + "hash": "c37751772068649cb9682c883d8bd15de1ad42d66926a88ca819cd5929edd357" } }, "bin": "tree-sitter.exe",