{
    "version": "1.1.0",
    "description": "A multi-platform command-line programmer for Atmel (8051, AVR, XMEGA & AVR32) chips with a USB bootloader supporting ISP..",
    "homepage": "https://dfu-programmer.github.io/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/dfu-programmer/dfu-programmer/releases/download/v1.1.0/dfu-programmer-x64-1.1.0.7z",
            "hash": "3a4905a81700c966ae0a00dad793ef6f9232a15b864151254837bce3fb24a605"
        },
        "32bit": {
            "url": "https://github.com/dfu-programmer/dfu-programmer/releases/download/v1.1.0/dfu-programmer-x86-1.1.0.7z",
            "hash": "96346ad54f6a2b98fdaf2dd1e1f97bd4c4bf7e7b9e701c3ac2d25069540305a5"
        }
    },
    "bin": "dfu-programmer.exe",
    "checkver": {
        "github": "https://github.com/dfu-programmer/dfu-programmer"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/dfu-programmer/dfu-programmer/releases/download/v$version/dfu-programmer-x64-$version.7z"
            },
            "32bit": {
                "url": "https://github.com/dfu-programmer/dfu-programmer/releases/download/v$version/dfu-programmer-x86-$version.7z"
            }
        }
    }
}
