Olivier Gérardin 6470209d3b
azcopy: Add version 10.12.2 (#2626)
* Added azcopy@10.11.0

* Fixed validation errors

https://ci.appveyor.com/project/r15ch13/main/builds/40604600/job/5tud8t0o9xjv6o8j

* Edited in light of issaclin32's comments.

Moved version to top. Added licence, description, checkver.

* Fix typo on 'license', modify description

* add hash, autoupdate

Co-authored-by: oge <olivier.gerardin@fundsquare.net>
Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-08 12:31:12 +08:00

38 lines
1.4 KiB
JSON

{
"version": "10.12.2",
"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": "b5464111326e809d44db7f2d291dd936db1ae538f9f99e190d2c016d3315cbca",
"extract_dir": "azcopy_windows_amd64_10.12.2"
},
"32bit": {
"url": "https://aka.ms/downloadazcopy-v10-windows-32bit#/dl.zip",
"hash": "21f566085b4f865840241ab00f0064d296ee9cdc6f6a07f6e58478c509ef7965",
"extract_dir": "azcopy_windows_386_10.12.2"
}
},
"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"
}
}
}
}