2025-01-27 20:27:41 +00:00

38 lines
1.4 KiB
JSON

{
"version": "10.28.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": "d96194a60b3679e4a60d3c970ee9ee50b457170c6717ff7827c060d0371ffef5",
"extract_dir": "azcopy_windows_amd64_10.28.0"
},
"32bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
"hash": "24b9544bf6c53a5e0566ca47235a13a5a4e3c148c29e764d599da5960097b7d1",
"extract_dir": "azcopy_windows_386_10.28.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"
}
}
}
}