2025-06-24 08:30:34 +00:00

29 lines
1.1 KiB
JSON

{
"version": "8.1",
"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/v8.1/avrdude-v8.1-windows-x64.zip",
"hash": "e4d571d81fee3387d51bfdedd0b6565e4c201e974101cac2caec7adfd6201da3"
},
"32bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v8.1/avrdude-v8.1-windows-x86.zip",
"hash": "b863613dd2fe21c45b4da04e4902fe2007a93dff906d770a5221de48eb92b8c6"
}
},
"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"
}
}
}
}