mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "10.27.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": "bddfeea5198434abe191e35d0d78f42a5c9d8863d33b0d87554bf7b48d4190e6",
|
|
"extract_dir": "azcopy_windows_amd64_10.27.0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
|
|
"hash": "36ac53ab65c520e489207cc7a62094f26854ca74ce7309d36b9b8a759d5fe05d",
|
|
"extract_dir": "azcopy_windows_386_10.27.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"
|
|
}
|
|
}
|
|
}
|
|
}
|