avrdude: Update to version 6.4 (#3378)

This commit is contained in:
tech189 2022-03-13 12:24:48 +00:00 committed by GitHub
parent 4c15c07bc9
commit 8f55ccd87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{ {
"version": "6.3-20171130", "version": "6.4",
"description": "AVRDUDE is software for programming Atmel AVR Microcontrollers", "description": "AVRDUDE is software for programming Atmel AVR Microcontrollers",
"homepage": "https://osdn.net/projects/avrdude", "homepage": "https://github.com/avrdudes/avrdude",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "url": "https://download.savannah.gnu.org/releases/avrdude/avrdude-6.4-mingw32.zip",
"64bit": { "hash": "d16d6ec2c721c7622925b27b8ed1536b3fc6f9015c1f22c8b47ac9b19fdb03ed",
"url": "https://dotsrc.dl.osdn.net/osdn/avrdude/72328/avrdude-64.zip", "bin": "avrdude.exe",
"hash": "b5f7cccd8c5cbd57d425c3302761990a3cd92479f988bcd54cd2d0d3856ad129" "checkver": {
"url": "https://download.savannah.gnu.org/releases/avrdude/",
"regex": "avrdude-([\\d.]+)-mingw32.zip",
"reverse": true
}, },
"32bit": { "autoupdate": {
"url": "https://dotsrc.dl.osdn.net/osdn/avrdude/72328/avrdude.zip", "url": "https://download.savannah.gnu.org/releases/avrdude/avrdude-$version-mingw32.zip"
"hash": "f7c047d95ed5bf5b2e932ea5e36652f25a3b7eb2b22edea1c0986785013f07ef"
} }
},
"bin": "avrdude.exe"
} }