From f2f152710e6ae7184cf1426caa883a5b45a58b55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 08:28:17 +0000 Subject: [PATCH] azcopy: Update to version 10.14.0 --- bucket/azcopy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azcopy.json b/bucket/azcopy.json index 17ed08edf7..6b29869f36 100644 --- a/bucket/azcopy.json +++ b/bucket/azcopy.json @@ -1,5 +1,5 @@ { - "version": "10.13.0", + "version": "10.14.0", "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": "c16b8b6d1b82143101c694354ba7b1265cdad71c0eb739991906a2c16a1b127a", - "extract_dir": "azcopy_windows_amd64_10.13.0" + "hash": "771556fa734100947b1de6c0f63d1b14ed6326f0adb57042320e17c25fd502e8", + "extract_dir": "azcopy_windows_amd64_10.14.0" }, "32bit": { "url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip", - "hash": "4f9cbc3796602a62a0fcc5efeb12489b448318fb8b6cf1a3e567dfc8ad71fb8b", - "extract_dir": "azcopy_windows_386_10.13.0" + "hash": "edd9c6603f993966fdf0eff6968ea767ec06fe89301a69ecda4648c2cd60a730", + "extract_dir": "azcopy_windows_386_10.14.0" } }, "bin": "azcopy.exe",