{
    "version": "2.70.2",
    "description": "Manage your dotfiles across multiple diverse machines, securely.",
    "homepage": "https://chezmoi.io",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_windows_amd64.zip",
            "hash": "0dec4f62a04c203da809c670b11c4271315ba1dc3f5d5571883c9d7a6f45bec6"
        },
        "32bit": {
            "url": "https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_windows_i386.zip",
            "hash": "65f35934c8a5608701013a34c6741084eb4a641d5ab5e5e5bed3257052c39eb2"
        },
        "arm64": {
            "url": "https://github.com/twpayne/chezmoi/releases/download/v2.70.2/chezmoi_2.70.2_windows_arm64.zip",
            "hash": "90157b54c0562420a9b03979e4f65f5aa82ef65ba56477efb6cd512cdfb0e317"
        }
    },
    "bin": "chezmoi.exe",
    "checkver": {
        "github": "https://github.com/twpayne/chezmoi/"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_i386.zip"
            },
            "arm64": {
                "url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt",
            "regex": "$sha256\\s*$basename"
        }
    }
}
