{
    "version": "1.12.0",
    "description": "A diff tool for YAML files, and sometimes JSON.",
    "homepage": "https://github.com/homeport/dyff",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/homeport/dyff/releases/download/v1.12.0/dyff_1.12.0_windows_amd64.tar.gz",
            "hash": "63d237debecd0188287df4de01ded6dbede28ee15a616d5eeaf061c0cdd9a394"
        },
        "arm64": {
            "url": "https://github.com/homeport/dyff/releases/download/v1.12.0/dyff_1.12.0_windows_arm64.tar.gz",
            "hash": "9b5acc2a9d7fefd5e8160e2ab667676eb1a4649dbc2907bccd3656f77bdfbe1d"
        }
    },
    "bin": "dyff.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/homeport/dyff/releases/download/v$version/dyff_$version_windows_amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/homeport/dyff/releases/download/v$version/dyff_$version_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
