From a560022605e9d6ed1769e828a029dfc45cad20ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:28:51 +0000 Subject: [PATCH] tree-sitter: Update to version 0.25.1 --- 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 e14c1dce6a..16bfd102a4 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.25.0", + "version": "0.25.1", "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.0/tree-sitter-windows-x64.gz", - "hash": "e5647e0672c9bae3a2b10b1f28a2b483f49f506c034e54f8cf8740f6ea27e1e1" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.1/tree-sitter-windows-x64.gz", + "hash": "0cf25774758436900358c5068f25c21697bf2c0035167b5017f8d8da7737f980" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.0/tree-sitter-windows-x86.gz", - "hash": "a6363eb843bddc64715479822d9879a447f0633f7eb5d06ffbadceb3f41dc368" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.1/tree-sitter-windows-x86.gz", + "hash": "915aa6592889477c68180b4b488b48591629684dccba7f6ab93b5b0f756a2733" } }, "bin": "tree-sitter.exe",