mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
(chore): avrdude: Remove trailing commas (#4317)
This commit is contained in:
parent
97dfd6bd5d
commit
836495ed27
@ -6,11 +6,11 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x64.zip",
|
||||
"hash": "99de0041a2d0a1130de17730005ca075deb735b0435667eba6124b19977873ad",
|
||||
"hash": "99de0041a2d0a1130de17730005ca075deb735b0435667eba6124b19977873ad"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/avrdudes/avrdude/releases/download/v7.0/avrdude-v7.0-windows-x86.zip",
|
||||
"hash": "280a111a22b27f939ef06059458b133f4ea9031b0e9aca06937f03312cebc769",
|
||||
"hash": "280a111a22b27f939ef06059458b133f4ea9031b0e9aca06937f03312cebc769"
|
||||
}
|
||||
},
|
||||
"bin": "avrdude.exe",
|
||||
@ -18,10 +18,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user