{
    "version": "7.2",
    "description": "AVRDUDE is software for programming Atmel AVR Microcontrollers",
    "homepage": "https://github.com/avrdudes/avrdude",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/avrdudes/avrdude/releases/download/v7.2/avrdude-v7.2-windows-x64.zip",
            "hash": "eb95ad64895629bd1da97963ccdecafcc6551b1948b6b0fcc18fb487bf9e3abe"
        },
        "32bit": {
            "url": "https://github.com/avrdudes/avrdude/releases/download/v7.2/avrdude-v7.2-windows-x86.zip",
            "hash": "8f689d5bd27ef6327c87d748c5308d7817a97522be2a8449ba916b317a215fc1"
        }
    },
    "bin": "avrdude.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/avrdudes/avrdude/releases/download/v$version/avrdude-v$version-windows-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/avrdudes/avrdude/releases/download/v$version/avrdude-v$version-windows-x86.zip"
            }
        }
    }
}
