From bc7fd119f6fdfeb8f676f9a0e5d5ddb0fab150d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:29:33 +0000 Subject: [PATCH] dyff: Update to version 1.10.0 --- bucket/dyff.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/dyff.json b/bucket/dyff.json index a90ffc6f09..e695c417b0 100644 --- a/bucket/dyff.json +++ b/bucket/dyff.json @@ -1,16 +1,16 @@ { - "version": "1.9.4", + "version": "1.10.0", "description": "A diff tool for YAML files, and sometimes JSON.", "homepage": "https://github.com/homeport/dyff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/homeport/dyff/releases/download/v1.9.4/dyff_1.9.4_windows_amd64.tar.gz", - "hash": "44f0422c286f20fd9befa863682df18f479639ca46ad2ccae24c281bf5bdcfba" + "url": "https://github.com/homeport/dyff/releases/download/v1.10.0/dyff_1.10.0_windows_amd64.tar.gz", + "hash": "5c7dcf69a2277800789a6397ee1523983229a2927604d5d8d4aec4ec56744932" }, "arm64": { - "url": "https://github.com/homeport/dyff/releases/download/v1.9.4/dyff_1.9.4_windows_arm64.tar.gz", - "hash": "01d3220fb07e480cfd1e8cb90d6eecc92f1d864c0ede47d23dd4551dbef07f68" + "url": "https://github.com/homeport/dyff/releases/download/v1.10.0/dyff_1.10.0_windows_arm64.tar.gz", + "hash": "6faf48caf547f7f225e589c7d9f951c3b4e5205a215572d4d61360c80b1c2db3" } }, "bin": "dyff.exe",