-
-
Notifications
You must be signed in to change notification settings - Fork 974
/
avrdude.json
28 lines (28 loc) · 1.09 KB
/
avrdude.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "8.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/v8.0/avrdude-v8.0-windows-x64.zip",
"hash": "f4aa811042ef95b52c68531f6e5044c5b5a8711bcd4b495d6b9af20f9ac41325"
},
"32bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v8.0/avrdude-v8.0-windows-x86.zip",
"hash": "783ffd3c62024efdf0ea65c257eaed0f3fdc3d5f2415616f05b94f4d07112bc0"
}
},
"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"
}
}
}
}