From 06c12a5f9380a00e2316aa1eb10ea7d2ce6b2a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 04:29:47 +0000 Subject: [PATCH] tree-sitter: Update to version 0.24.6 --- 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 5ae5c4e27b..e65dfdd7d2 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.24.5", + "version": "0.24.6", "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.5/tree-sitter-windows-x64.gz", - "hash": "1374e92f2f2ea7fa233138e5e596566747a5cca4e59bbbe7f6ceb0bf0fc1f584" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.6/tree-sitter-windows-x64.gz", + "hash": "25e003d2a7cc28666ff02e3449fd7d0a883acd4eb97492d9b1e831f4f6f7e8b0" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.5/tree-sitter-windows-x86.gz", - "hash": "6de0f0607c7bec88328f98cfb093f8118d0b3809501b7fdf3699edf1500bb42e" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.6/tree-sitter-windows-x86.gz", + "hash": "f5b43559d4d851ce8f1d3bfa0ff79f06da9ecd9540eef92186c322e8d83a0f52" } }, "bin": "tree-sitter.exe",