mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "10.15.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": "65d6699618e7e7d13525a5e9b9c2598a6051b7710e722345f54339faf690efa0",
|
|
"extract_dir": "azcopy_windows_amd64_10.15.0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
|
|
"hash": "b5303d4dddf06f18bd252f382e99e680011216ee97685d5f2098ef73f46fbd9a",
|
|
"extract_dir": "azcopy_windows_386_10.15.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"
|
|
}
|
|
}
|
|
}
|
|
}
|