2025-08-07 00:45:15 +00:00

47 lines
2.2 KiB
JSON

{
"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": {
"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.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.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.30.0/azcopy_windows_arm64_10.30.0.zip/#dl.zip",
"hash": "d5107d0d4555d1fb5ceb889de0b692fd6d83a8772165f11b7df7451705293f2f",
"extract_dir": "azcopy_windows_arm64_10.30.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"
}
}
}
}