From 81fa89eae62e7a60d527f079dd5c75ce70787a54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 20:28:47 +0000 Subject: [PATCH] azcopy: Update to version 10.16.0 --- bucket/azcopy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azcopy.json b/bucket/azcopy.json index 3417f5d3f8..913e4a3309 100644 --- a/bucket/azcopy.json +++ b/bucket/azcopy.json @@ -1,5 +1,5 @@ { - "version": "10.15.0", + "version": "10.16.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": "65d6699618e7e7d13525a5e9b9c2598a6051b7710e722345f54339faf690efa0", - "extract_dir": "azcopy_windows_amd64_10.15.0" + "hash": "5817cae8ca921f0c199a66cd1a98c2a2f81186b83fa8bceb3366af836cc7edd2", + "extract_dir": "azcopy_windows_amd64_10.16.0" }, "32bit": { "url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip", - "hash": "b5303d4dddf06f18bd252f382e99e680011216ee97685d5f2098ef73f46fbd9a", - "extract_dir": "azcopy_windows_386_10.15.0" + "hash": "dc042de5a4e55c13dccbd7c35e12701c1e0b8d099879356de97322ccb6f24333", + "extract_dir": "azcopy_windows_386_10.16.0" } }, "bin": "azcopy.exe",