{
    "version": "10.32.3",
    "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.32.3/azcopy_windows_386_10.32.3.zip#/dl.zip",
            "hash": "afbc4994c65d5baddb9652585f30d28a7893ad07c00c9420f98fc0b4ee757498",
            "extract_dir": "azcopy_windows_386_10.32.3"
        },
        "64bit": {
            "url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.3/azcopy_windows_amd64_10.32.3.zip/#dl.zip",
            "hash": "58a0609cfafda777921858d746f77550df67653e2db2176223f7f3b4ec1131b5",
            "extract_dir": "azcopy_windows_amd64_10.32.3"
        },
        "arm64": {
            "url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.3/azcopy_windows_arm64_10.32.3.zip/#dl.zip",
            "hash": "7936a400ea1e92401b4222dd6ad1ab5416ac1173dc53b5edef7d9378f316b36b",
            "extract_dir": "azcopy_windows_arm64_10.32.3"
        }
    },
    "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"
            }
        }
    }
}
