(chore): avrdude: Remove trailing commas (#4317)

This commit is contained in:
Dionysius 2023-01-06 12:49:12 +01:00 committed by GitHub
parent 97dfd6bd5d
commit 836495ed27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x64.zip", "url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x64.zip",
"hash": "99de0041a2d0a1130de17730005ca075deb735b0435667eba6124b19977873ad", "hash": "99de0041a2d0a1130de17730005ca075deb735b0435667eba6124b19977873ad"
}, },
"32bit": { "32bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x86.zip", "url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x86.zip",
"hash": "280a111a22b27f939ef06059458b133f4ea9031b0e9aca06937f03312cebc769", "hash": "280a111a22b27f939ef06059458b133f4ea9031b0e9aca06937f03312cebc769"
} }
}, },
"bin": "avrdude.exe", "bin": "avrdude.exe",
@ -18,10 +18,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v$version/avrdude-v$version-windows-x64.zip", "url": "https://github.com/avrdudes/avrdude/releases/download/v$version/avrdude-v$version-windows-x64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/avrdudes/avrdude/releases/download/v$version/avrdude-v$version-windows-x86.zip", "url": "https://github.com/avrdudes/avrdude/releases/download/v$version/avrdude-v$version-windows-x86.zip"
} }
} }
} }