2025-10-29 00:40:27 +00:00

47 lines
2.2 KiB
JSON

{
"version": "10.31.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": {
"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.31.0/azcopy_windows_386_10.31.0.zip#/dl.zip",
"hash": "ea4aefd162ed644bae69af2e814ebe4603be1c370d7e300f856a9fb6d58dc182",
"extract_dir": "azcopy_windows_386_10.31.0"
},
"64bit": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.31.0/azcopy_windows_amd64_10.31.0.zip/#dl.zip",
"hash": "12b93fa3e75ed40fd9fa8417e93ff1358ffa74a272a63fc28c468523bc32ef48",
"extract_dir": "azcopy_windows_amd64_10.31.0"
},
"arm64": {
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.31.0/azcopy_windows_arm64_10.31.0.zip/#dl.zip",
"hash": "cefb290bf35a59c4f8f645f51d69d785114cc0c665f57f1199f72e9268826107",
"extract_dir": "azcopy_windows_arm64_10.31.0"
}
},
"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"
}
}
}
}