azcopy: Update to version 10.32.1

This commit is contained in:
github-actions[bot] 2026-02-19 00:54:01 +00:00
parent 0984124528
commit e89b39cd93

View File

@ -1,5 +1,5 @@
{
"version": "10.32.0",
"version": "10.32.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": {
@ -8,19 +8,19 @@
},
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.0/azcopy_windows_386_10.32.0.zip#/dl.zip",
"hash": "49effaa3f79ad16a54e4ff233e0af7372995ffc0bc53dc45e224019737f9d890",
"extract_dir": "azcopy_windows_386_10.32.0"
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.1/azcopy_windows_386_10.32.1.zip#/dl.zip",
"hash": "8f2158dd7f096d98c98401f5acd2e6e5a3cfaacc38089187d8f78456589956df",
"extract_dir": "azcopy_windows_386_10.32.1"
},
"64bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.0/azcopy_windows_amd64_10.32.0.zip/#dl.zip",
"hash": "c85358b9a4ddb5f3ac9a940aba61a91320775abacc1eda9907a23acd2d61fc83",
"extract_dir": "azcopy_windows_amd64_10.32.0"
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.1/azcopy_windows_amd64_10.32.1.zip/#dl.zip",
"hash": "0da130ff3772c8549784b6813106177c5b60fef550aee640268b93d50551aa9a",
"extract_dir": "azcopy_windows_amd64_10.32.1"
},
"arm64": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.0/azcopy_windows_arm64_10.32.0.zip/#dl.zip",
"hash": "83d665472c7bd0b92a55f3adba83226b3a6ddabfbbf7b163052804aeeda611b0",
"extract_dir": "azcopy_windows_arm64_10.32.0"
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.1/azcopy_windows_arm64_10.32.1.zip/#dl.zip",
"hash": "9da6fb2f10b50b33e4eb6f564ec722df1d5cacca8bda70fb23753aec57244a22",
"extract_dir": "azcopy_windows_arm64_10.32.1"
}
},
"bin": "azcopy.exe",