2023-09-29 00:33:33 +00:00

38 lines
1.4 KiB
JSON

{
"version": "10.21.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": {
"64bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows/#dl.zip",
"hash": "ce22c0fd426f2e42b913ccc19f5e11d1bfd0e582cf4610c53e7116c4b8b89bae",
"extract_dir": "azcopy_windows_amd64_10.21.0"
},
"32bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
"hash": "8f9b94439c288c2a9ea636b6151c831199f16243e7b35613df833f350679003a",
"extract_dir": "azcopy_windows_386_10.21.0"
}
},
"bin": "azcopy.exe",
"checkver": {
"github": "https://github.com/Azure/azure-storage-azcopy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows/#dl.zip",
"extract_dir": "azcopy_windows_amd64_$version"
},
"32bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
"extract_dir": "azcopy_windows_386_$version"
}
}
}
}