{
    "version": "0.69.0",
    "description": "A structural diff that understands syntax",
    "homepage": "https://difftastic.wilfred.me.uk",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Wilfred/difftastic/releases/download/0.69.0/difft-x86_64-pc-windows-msvc.zip",
            "hash": "a5adbf57eb1b923b62d1c3596c4f827df143f5b52cfba48bb9e83f41dea90c02"
        },
        "arm64": {
            "url": "https://github.com/Wilfred/difftastic/releases/download/0.69.0/difft-aarch64-pc-windows-msvc.zip",
            "hash": "fa709e803088b54774adf0111409483ee5edfbbc1f9dcc5610e81e4ed3841e53"
        }
    },
    "bin": "difft.exe",
    "checkver": {
        "github": "https://github.com/Wilfred/difftastic"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Wilfred/difftastic/releases/download/$version/difft-x86_64-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/Wilfred/difftastic/releases/download/$version/difft-aarch64-pc-windows-msvc.zip"
            }
        }
    }
}
