From 8805d9bbc0cb37e42510a882563d3f3c6b4b476b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 20:24:11 +0000 Subject: [PATCH] azcopy: Update to version 10.20.0 --- bucket/azcopy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azcopy.json b/bucket/azcopy.json index c288914405..c401182a80 100644 --- a/bucket/azcopy.json +++ b/bucket/azcopy.json @@ -1,5 +1,5 @@ { - "version": "10.19.0", + "version": "10.20.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": "8f2fea430981105d2a01ac57db47120444655ed59f11947cc0469539f307bbec", - "extract_dir": "azcopy_windows_amd64_10.19.0" + "hash": "0cb3aa127559b798b6567e60eb1ef02fc79dffbc9f1784be2ffaf68cd716fea5", + "extract_dir": "azcopy_windows_amd64_10.20.0" }, "32bit": { "url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip", - "hash": "d9402c04820e668f2014e62a9fc438343165c9ddf70c48386e26d217197300e7", - "extract_dir": "azcopy_windows_386_10.19.0" + "hash": "1059436af0e8b5d48c1337d96d3d9ff4427f728904e6f4b38c1302e319a3ebb2", + "extract_dir": "azcopy_windows_386_10.20.0" } }, "bin": "azcopy.exe",