diff --git a/bucket/tree-sitter.json b/bucket/tree-sitter.json index 7806170290..7583461b85 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.25.6", + "version": "0.25.7", "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.6/tree-sitter-windows-x64.gz", - "hash": "2e8bdc91f0032f1a670eb154706975e282ddf31b5d27a9664151126bd9306c82" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.7/tree-sitter-windows-x64.gz", + "hash": "f10b7771a7139ec2ccf96a8c23715b05ec04def571f204c55e82f33116f7352c" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.6/tree-sitter-windows-x86.gz", - "hash": "fbd22b672904e1e44671ab17f39c133f0450a52eae974b413943757e0538914f" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.25.7/tree-sitter-windows-x86.gz", + "hash": "d203f2e5fa7d45bd8099463e4dbce6263a2e58d1c186c0a6f414543a19b43fab" } }, "bin": "tree-sitter.exe",