From 6e75b897dc0d9461165d3af03fed1cd23f2ff64c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 04:27:51 +0000 Subject: [PATCH] diffsitter: Update to version 0.8.0 --- bucket/diffsitter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/diffsitter.json b/bucket/diffsitter.json index d9d427c39d..81cba95d52 100644 --- a/bucket/diffsitter.json +++ b/bucket/diffsitter.json @@ -1,12 +1,12 @@ { - "version": "0.7.3", + "version": "0.8.0", "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.7.3/diffsitter-x86_64-pc-windows-msvc.zip", - "hash": "7277021af50c6b18bac5b84cc5564aa97202345c7d1130d9f284c9e753211b8c" + "url": "https://github.com/afnanenayet/diffsitter/releases/download/v0.8.0/diffsitter-x86_64-pc-windows-msvc.zip", + "hash": "a17e0b843052e2fd6fe81982f28de0dd6f84d06b2cb08f2a0045bb8a9b8ada86" } }, "bin": "diffsitter.exe",