From c5868b37c1f10c0170c10b893bbda7fc476701c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 04:29:21 +0000 Subject: [PATCH] tree-sitter: Update to version 0.25.2 --- 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 16bfd102a4..5e86e9e7b2 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.25.1", + "version": "0.25.2", "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.1/tree-sitter-windows-x64.gz", - "hash": "0cf25774758436900358c5068f25c21697bf2c0035167b5017f8d8da7737f980" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.2/tree-sitter-windows-x64.gz", + "hash": "9ad9a340d092aca8ccd5cc3fd2e9a841ec572b4e1f83a227ec3c2e7a9e55e56a" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.1/tree-sitter-windows-x86.gz", - "hash": "915aa6592889477c68180b4b488b48591629684dccba7f6ab93b5b0f756a2733" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.2/tree-sitter-windows-x86.gz", + "hash": "33b78cc1c59b062293601b8af195856e7807327bc90f1f699d4ee1ea43022484" } }, "bin": "tree-sitter.exe",