mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "10.14.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": "1ea48ee2e45d799c72bf97ff53dc04e2e09d1ae8a11097a5392c9f9f67168e14",
|
|
"extract_dir": "azcopy_windows_amd64_10.14.1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
|
|
"hash": "3ed816ca9854dfb60cb38987310d8f84171a65d162edd60b9e99e07cb94000a6",
|
|
"extract_dir": "azcopy_windows_386_10.14.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"
|
|
}
|
|
}
|
|
}
|
|
}
|