mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* Change download URLs to GitHub + Add ARM64 * Fixed autoupdate for arm64 + Ran autoupdate -force to fix hashes
47 lines
2.2 KiB
JSON
47 lines
2.2 KiB
JSON
{
|
|
"version": "10.29.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": {
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_windows_386_10.29.1.zip#/dl.zip",
|
|
"hash": "130e5044bdc14747b13f6ab5aae8bbd6157ab03fe855d95556f3643c98b4eecf",
|
|
"extract_dir": "azcopy_windows_386_10.29.1"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_windows_amd64_10.29.1.zip/#dl.zip",
|
|
"hash": "f5dc02e2b2cdcd8dbee719abb60499ea1409526d89b0d5c23cfa62c5621e5b0c",
|
|
"extract_dir": "azcopy_windows_amd64_10.29.1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.29.1/azcopy_windows_arm64_10.29.1.zip/#dl.zip",
|
|
"hash": "d2cbc6fc1e5c71355f59a426c42f026c381c4e33bae4a075cc5187c462522f2a",
|
|
"extract_dir": "azcopy_windows_arm64_10.29.1"
|
|
}
|
|
},
|
|
"bin": "azcopy.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Azure/azure-storage-azcopy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v$version/azcopy_windows_386_$version.zip#/dl.zip",
|
|
"extract_dir": "azcopy_windows_386_$version"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v$version/azcopy_windows_amd64_$version.zip/#dl.zip",
|
|
"extract_dir": "azcopy_windows_amd64_$version"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v$version/azcopy_windows_arm64_$version.zip/#dl.zip",
|
|
"extract_dir": "azcopy_windows_arm64_$version"
|
|
}
|
|
}
|
|
}
|
|
}
|