2026-02-19 00:54:01 +00:00

47 lines
2.2 KiB
JSON

{
"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": {
"identifier": "MIT",
"url": "https://github.com/Azure/azure-storage-azcopy/blob/main/LICENSE"
},
"architecture": {
"32bit": {
"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.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.1/azcopy_windows_arm64_10.32.1.zip/#dl.zip",
"hash": "9da6fb2f10b50b33e4eb6f564ec722df1d5cacca8bda70fb23753aec57244a22",
"extract_dir": "azcopy_windows_arm64_10.32.1"
}
},
"bin": "azcopy.exe",
"checkver": {
"github": "https://github.com/Azure/azure-storage-azcopy"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v$version/azcopy_windows_386_$version.zip#/dl.zip",
"extract_dir": "azcopy_windows_386_$version"
},
"64bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v$version/azcopy_windows_amd64_$version.zip/#dl.zip",
"extract_dir": "azcopy_windows_amd64_$version"
},
"arm64": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v$version/azcopy_windows_arm64_$version.zip/#dl.zip",
"extract_dir": "azcopy_windows_arm64_$version"
}
}
}
}