From 0753688c2b3fc2030385de62dd1a3bf1e6be81d9 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Wed, 16 Apr 2025 07:18:34 +0300 Subject: [PATCH] dive@0.13.1: Add arm64 version (#6675) Fixes #6651 --- bucket/dive.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/dive.json b/bucket/dive.json index 0f2304cca7..12ae4bb5fe 100644 --- a/bucket/dive.json +++ b/bucket/dive.json @@ -7,6 +7,10 @@ "64bit": { "url": "https://github.com/wagoodman/dive/releases/download/v0.13.1/dive_0.13.1_windows_amd64.zip", "hash": "3e764ff28c7b89f4da679deac80483249fbbae3a1d512c103d54609eec09086a" + }, + "arm64": { + "url": "https://github.com/wagoodman/dive/releases/download/v0.13.1/dive_0.13.1_windows_arm64.zip", + "hash": "de298f2edeffeac3e4c715eb516eab8075b50a7c8fce28194f730f2a384d4dc9" } }, "bin": "dive.exe", @@ -15,6 +19,9 @@ "architecture": { "64bit": { "url": "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_arm64.zip" } }, "hash": {