2024-02-07 12:30:16 +00:00

29 lines
1.1 KiB
JSON

{
"version": "7.3",
"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.3/avrdude-v7.3-windows-x64.zip",
"hash": "8b211a0cb3b26a01d4d9f3f5617b113019ac457e78c358bb86044db7f596aea9"
},
"32bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v7.3/avrdude-v7.3-windows-x86.zip",
"hash": "270092eb6f3a7a2372adadb3098712b3edcf995270dc1849d4e2937d91fa35ff"
}
},
"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"
}
}
}
}