2026-02-04 16:34:13 +00:00

47 lines
2.2 KiB
JSON

{
"version": "10.32.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.32.0/azcopy_windows_386_10.32.0.zip#/dl.zip",
"hash": "49effaa3f79ad16a54e4ff233e0af7372995ffc0bc53dc45e224019737f9d890",
"extract_dir": "azcopy_windows_386_10.32.0"
},
"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"
},
"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"
}
},
"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"
}
}
}
}