From da85dda66d1742b0671a00f6fa35dee35f9c4414 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:25:47 +0000 Subject: [PATCH] diffsitter: Update to version 0.8.3 --- bucket/diffsitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/diffsitter.json b/bucket/diffsitter.json index 00e00038cf..6254b28e94 100644 --- a/bucket/diffsitter.json +++ b/bucket/diffsitter.json @@ -1,16 +1,16 @@ { - "version": "0.8.2", + "version": "0.8.3", "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.2/diffsitter-x86_64-pc-windows-msvc.zip", - "hash": "169e101bccb0abaada802f0ace32557500d13dabb1ebdbb9e5a2e5578b175f2f" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.3/diffsitter-x86_64-pc-windows-msvc.zip", + "hash": "a29bb748ae62e742c2f35f58677b7dca107cbb7cf8e0e8b06b696f45645e3ec0" }, "arm64": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.2/diffsitter-aarch64-pc-windows-msvc.zip", - "hash": "2c77e116032c5121ffcccb682827770c211cb2a95f9db93d2ab217adf4f30794" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.3/diffsitter-aarch64-pc-windows-msvc.zip", + "hash": "fd0c6b5894de0a9bc877cec0c9b2aa6e8da8e6f2eaf092bd1cee7229d35e2278" } }, "bin": "diffsitter.exe",