From 49acb11b34e7c6bd68cabe09d6025b453fd25162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:28:58 +0000 Subject: [PATCH] diffsitter: Update to version 0.8.4 --- bucket/diffsitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/diffsitter.json b/bucket/diffsitter.json index 6254b28e94..a918358ee4 100644 --- a/bucket/diffsitter.json +++ b/bucket/diffsitter.json @@ -1,16 +1,16 @@ { - "version": "0.8.3", + "version": "0.8.4", "description": "A tree-sitter based AST difftool to get meaningful semantic diffs", "homepage": "https://github.com/afnanenayet/diffsitter", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.3/diffsitter-x86_64-pc-windows-msvc.zip", - "hash": "a29bb748ae62e742c2f35f58677b7dca107cbb7cf8e0e8b06b696f45645e3ec0" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-x86_64-pc-windows-msvc.zip", + "hash": "605f42021b620468d8a6b11cb5284c8db55c9dff49a258cc7887b14a6f920332" }, "arm64": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.3/diffsitter-aarch64-pc-windows-msvc.zip", - "hash": "fd0c6b5894de0a9bc877cec0c9b2aa6e8da8e6f2eaf092bd1cee7229d35e2278" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.4/diffsitter-aarch64-pc-windows-msvc.zip", + "hash": "6530c760a17dfba900393a6fa602ff83a36fe33016014801b4e3a4fef78f4079" } }, "bin": "diffsitter.exe",