From 631ed3d8a2e307f8b4c6f9590b301dbe0ae10584 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:26:45 +0000 Subject: [PATCH] tree-sitter: Update to version 0.25.9 --- 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 8ee54d8a35..2f0dbcf9c7 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.25.8", + "version": "0.25.9", "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.8/tree-sitter-windows-x64.gz", - "hash": "531cebb2c7c7e3c11dfa42ba8e1ac79632364dfe44fda9d0c15228ae68f43bbe" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.9/tree-sitter-windows-x64.gz", + "hash": "e4535cba121faf74844bf3295d59412eb70227df8d6584703264105151ab392b" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.8/tree-sitter-windows-x86.gz", - "hash": "93c1ba60e599589e4e0e921ebc258196d4797b732b25a067cd482ffaa14e620e" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.9/tree-sitter-windows-x86.gz", + "hash": "83ca698441e799fab8a0f2c1300b587e1388729a0b43634c90d47d87b690ccac" } }, "bin": "tree-sitter.exe",