azcopy: Update to version 10.30.0

This commit is contained in:
github-actions[bot] 2025-08-07 00:45:15 +00:00
parent e2c2a2a9d4
commit 7c90bc19f8

View File

@ -1,5 +1,5 @@
{
"version": "10.29.1",
"version": "10.30.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": {
@ -8,19 +8,19 @@
},
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_windows_386_10.29.1.zip#/dl.zip",
"hash": "130e5044bdc14747b13f6ab5aae8bbd6157ab03fe855d95556f3643c98b4eecf",
"extract_dir": "azcopy_windows_386_10.29.1"
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_windows_386_10.30.0.zip#/dl.zip",
"hash": "53d058275b6cb4898b75bc20ee52015779555a4d176f70048b1dff6b53c345a3",
"extract_dir": "azcopy_windows_386_10.30.0"
},
"64bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_windows_amd64_10.29.1.zip/#dl.zip",
"hash": "f5dc02e2b2cdcd8dbee719abb60499ea1409526d89b0d5c23cfa62c5621e5b0c",
"extract_dir": "azcopy_windows_amd64_10.29.1"
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_windows_amd64_10.30.0.zip/#dl.zip",
"hash": "416507de72c8f29a3a37d305dc3211202b19f540f85705d1331e94985a9075d3",
"extract_dir": "azcopy_windows_amd64_10.30.0"
},
"arm64": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_windows_arm64_10.29.1.zip/#dl.zip",
"hash": "d2cbc6fc1e5c71355f59a426c42f026c381c4e33bae4a075cc5187c462522f2a",
"extract_dir": "azcopy_windows_arm64_10.29.1"
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.30.0/azcopy_windows_arm64_10.30.0.zip/#dl.zip",
"hash": "d5107d0d4555d1fb5ceb889de0b692fd6d83a8772165f11b7df7451705293f2f",
"extract_dir": "azcopy_windows_arm64_10.30.0"
}
},
"bin": "azcopy.exe",