From a5d654c4979c293b358faff1a9029d4c3555d251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 16:29:48 +0000 Subject: [PATCH] tree-sitter: Update to version 0.25.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 32a6f513ad..9244ffc822 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.25.3", + "version": "0.25.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.25.3/tree-sitter-windows-x64.gz", - "hash": "35d9608997fcb91842a0951ee26b269b63817af4a0ded81721895838333633f3" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.4/tree-sitter-windows-x64.gz", + "hash": "a18d451d6e487b4b6f43453988772e693a80c6a770fc690360c6fa22dfb01785" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.3/tree-sitter-windows-x86.gz", - "hash": "99127567b9504943ff3f5c9f01fa8ae6a984fe41ae5d104f4c8379383a07833e" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.4/tree-sitter-windows-x86.gz", + "hash": "3a1cab1e5783ae656b1eef755335e426ceb172d17f4c59c2845edb71ecf167e1" } }, "bin": "tree-sitter.exe",