2025-05-16 00:39:56 +00:00

38 lines
1.4 KiB
JSON

{
"version": "10.29.1",
"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": "eb6e9cfe79aa95d8cbdcef64501d36dec951848cf7591eb404fd8c154aa6e7c0",
"extract_dir": "azcopy_windows_amd64_10.29.1"
},
"32bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
"hash": "a28ccabab154b227eed4af953b3a93168d7458beaa34ee30ea0a8ab4f6e17483",
"extract_dir": "azcopy_windows_386_10.29.1"
}
},
"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"
}
}
}
}