From b3b3238760bc0f43eaef4303860844eec1b81e01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:30:20 +0000 Subject: [PATCH] azcopy: Update to version 10.28.1 --- bucket/azcopy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azcopy.json b/bucket/azcopy.json index 1713031eaf..4c51eb9cf4 100644 --- a/bucket/azcopy.json +++ b/bucket/azcopy.json @@ -1,5 +1,5 @@ { - "version": "10.28.0", + "version": "10.28.1", "description": "Command-line utility to download/upload blobs and files from Microsoft Azure storage accounts", "homepage": "https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10", "license": { @@ -9,13 +9,13 @@ "architecture": { "64bit": { "url": "https://aka.ms/downloadazcopy-v10-windows/#dl.zip", - "hash": "d96194a60b3679e4a60d3c970ee9ee50b457170c6717ff7827c060d0371ffef5", - "extract_dir": "azcopy_windows_amd64_10.28.0" + "hash": "afbb11b1c86f3b32b3c62a44267e45dce8420d2c8204e175b64041516d2c072f", + "extract_dir": "azcopy_windows_amd64_10.28.1" }, "32bit": { "url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip", - "hash": "24b9544bf6c53a5e0566ca47235a13a5a4e3c148c29e764d599da5960097b7d1", - "extract_dir": "azcopy_windows_386_10.28.0" + "hash": "20227e1f80611eb3891e4ef4b34e6a113f51bb0469d71fdcf6904f387a0fb9c2", + "extract_dir": "azcopy_windows_386_10.28.1" } }, "bin": "azcopy.exe",