mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "10.17.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": "9847303fa2fce0ede2a1366d0139f58f9de7cafed1b272b3544de05e51637b67",
|
|
"extract_dir": "azcopy_windows_amd64_10.17.0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
|
|
"hash": "b087d368b716de30da667fc44ae7da03e6c76e7c336a7a54a139ed866b4f5282",
|
|
"extract_dir": "azcopy_windows_386_10.17.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"
|
|
}
|
|
}
|
|
}
|
|
}
|