From 796b75180041f0b20b6c1d78e12ae9ad7c2ba7ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:27:13 +0000 Subject: [PATCH] azcopy: Update to version 10.18.0 --- bucket/azcopy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azcopy.json b/bucket/azcopy.json index f7982d6833..715ee714ff 100644 --- a/bucket/azcopy.json +++ b/bucket/azcopy.json @@ -1,5 +1,5 @@ { - "version": "10.17.0", + "version": "10.18.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": "9847303fa2fce0ede2a1366d0139f58f9de7cafed1b272b3544de05e51637b67", - "extract_dir": "azcopy_windows_amd64_10.17.0" + "hash": "08ef2645b638f39123a69856adba873b4b3c8fbccbb4e4824b27f2acbdddbe56", + "extract_dir": "azcopy_windows_amd64_10.18.0" }, "32bit": { "url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip", - "hash": "b087d368b716de30da667fc44ae7da03e6c76e7c336a7a54a139ed866b4f5282", - "extract_dir": "azcopy_windows_386_10.17.0" + "hash": "e74d80fe8824697a8b06e1f01674d2ddd942f3ee35faa4afe69f6fd262f1dec5", + "extract_dir": "azcopy_windows_386_10.18.0" } }, "bin": "azcopy.exe",