{
    "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": "9115f00cbc4188d5da7a8102d1c7d7a75fddbfe743b6eb2b836f74656e82ad81"
        },
        "32bit": {
            "url": "https://github.com/dfu-programmer/dfu-programmer/releases/download/v1.1.0/dfu-programmer-x86-1.1.0.7z",
            "hash": "124fabb903af6671917b0bb31c25668a61470d875ac90412f7e5024ca9603733"
        }
    },
    "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"
            }
        }
    }
}
