mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
18 lines
688 B
JSON
18 lines
688 B
JSON
{
|
|
"version": "6.4",
|
|
"description": "AVRDUDE is software for programming Atmel AVR Microcontrollers",
|
|
"homepage": "https://github.com/avrdudes/avrdude",
|
|
"license": "GPL-2.0-or-later",
|
|
"url": "https://download.savannah.gnu.org/releases/avrdude/avrdude-6.4-mingw32.zip",
|
|
"hash": "d16d6ec2c721c7622925b27b8ed1536b3fc6f9015c1f22c8b47ac9b19fdb03ed",
|
|
"bin": "avrdude.exe",
|
|
"checkver": {
|
|
"url": "https://download.savannah.gnu.org/releases/avrdude/",
|
|
"regex": "avrdude-([\\d.]+)-mingw32.zip",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.savannah.gnu.org/releases/avrdude/avrdude-$version-mingw32.zip"
|
|
}
|
|
}
|