{
    "version": "1.7.1",
    "description": "jd is a commandline utility and Go library for diffing and patching JSON values.",
    "homepage": "https://github.com/josephburnett/jd",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/josephburnett/jd/releases/download/v1.7.1/jd-amd64-windows.exe#/jd.exe",
            "hash": "5102408681f6d1aebaf7727c4676cdad55856f3cbb9de95bbfd712c7d921a5e5"
        },
        "arm64": {
            "url": "https://github.com/josephburnett/jd/releases/download/v1.7.1/jd-arm64-windows.exe#/jd.exe",
            "hash": "d034a408b65d3d787786050110ec7dc1b3f7cf896ebf6baa915e6f7ed754f5d1"
        }
    },
    "bin": "jd.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/josephburnett/jd/releases/download/v$version/jd-amd64-windows.exe#/jd.exe"
            },
            "arm64": {
                "url": "https://github.com/josephburnett/jd/releases/download/v$version/jd-arm64-windows.exe#/jd.exe"
            }
        }
    }
}
