2022-07-21 20:28:47 +00:00

38 lines
1.4 KiB
JSON

{
"version": "10.16.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": "5817cae8ca921f0c199a66cd1a98c2a2f81186b83fa8bceb3366af836cc7edd2",
"extract_dir": "azcopy_windows_amd64_10.16.0"
},
"32bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
"hash": "dc042de5a4e55c13dccbd7c35e12701c1e0b8d099879356de97322ccb6f24333",
"extract_dir": "azcopy_windows_386_10.16.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"
}
}
}
}