mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "7.0",
|
|
"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.0/avrdude-v7.0-windows-x64.zip",
|
|
"hash": "99de0041a2d0a1130de17730005ca075deb735b0435667eba6124b19977873ad"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x86.zip",
|
|
"hash": "280a111a22b27f939ef06059458b133f4ea9031b0e9aca06937f03312cebc769"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|