From 30d9c4ce595e09cebaea9377176301db6fa956f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 04:27:05 +0000 Subject: [PATCH] diffsitter: Update to version 0.8.2 --- bucket/diffsitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/diffsitter.json b/bucket/diffsitter.json index e176e5facb..00e00038cf 100644 --- a/bucket/diffsitter.json +++ b/bucket/diffsitter.json @@ -1,16 +1,16 @@ { - "version": "0.8.1", + "version": "0.8.2", "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.1/diffsitter-x86_64-pc-windows-msvc.zip", - "hash": "0fdbb30ed7f873773104263278f7f18321423d52948abf3a0fee86516d0761ec" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.2/diffsitter-x86_64-pc-windows-msvc.zip", + "hash": "169e101bccb0abaada802f0ace32557500d13dabb1ebdbb9e5a2e5578b175f2f" }, "arm64": { - "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.1/diffsitter-aarch64-pc-windows-msvc.zip", - "hash": "ae880ce950ebb5fb117aef1277cec280e702b50a11e4e600026df06c2d40b4da" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.2/diffsitter-aarch64-pc-windows-msvc.zip", + "hash": "2c77e116032c5121ffcccb682827770c211cb2a95f9db93d2ab217adf4f30794" } }, "bin": "diffsitter.exe",