From 8f368648e38568326a4c48f42bd0313ddb3f8cf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 04:30:07 +0000 Subject: [PATCH] tree-sitter: Update to version 0.25.5 --- 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 9244ffc822..1938bea9dc 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.25.4", + "version": "0.25.5", "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.4/tree-sitter-windows-x64.gz", - "hash": "a18d451d6e487b4b6f43453988772e693a80c6a770fc690360c6fa22dfb01785" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.5/tree-sitter-windows-x64.gz", + "hash": "bb73533e604c7aeb0a63e9af177d9d18c61ab42a8b2baeec44bb2cd59ab5fbf6" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.4/tree-sitter-windows-x86.gz", - "hash": "3a1cab1e5783ae656b1eef755335e426ceb172d17f4c59c2845edb71ecf167e1" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.5/tree-sitter-windows-x86.gz", + "hash": "05a018630bedc1a19cabcdd690bd656f1c68832f0d7201f9267ca6fbd28550e8" } }, "bin": "tree-sitter.exe",