avr-gcc: Add version 10.1.0 (#1400)

This commit is contained in:
Thushan Fernando 2020-09-24 13:23:51 +10:00 committed by GitHub
parent 357361ab0a
commit cdaecdb52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
bucket/avr-gcc.json Normal file
View File

@ -0,0 +1,35 @@
{
"description": "AVR toolchain for Windows by Zak Kemble",
"homepage": "https://blog.zakkemble.net/avr-gcc-builds/",
"version": "10.1.0",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-10.1.0-x64-windows.zip",
"hash": "md5:E30BCC2DF73A822D6E8711810FC39CC4",
"extract_dir": "avr-gcc-10.1.0-x64-windows"
},
"32bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-10.1.0-x86-windows.zip",
"hash": "md5:988122A127086CD234C71E1E27067DAE",
"extract_dir": "avr-gcc-10.1.0-x86-windows"
}
},
"bin": "bin\\avr-gcc.exe",
"checkver": {
"url": "https://blog.zakkemble.net/avr-gcc-builds/",
"re": "AVR-GCC ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-$version-x64-windows.zip",
"extract_dir": "avr-gcc-$version-x64-windows"
},
"32bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-$version-x86-windows.zip",
"extract_dir": "avr-gcc-$version-x86-windows"
}
}
}
}