Updated avr-gcc from 10.1.0 to 10.2.0 (#1576)

* Updated avr-gcc from 10.1.0 to 10.2.0

* Trying to fix checkver

* Changed avr-gcc download server to bintray

* Added multiple binary files

* avr-gcc: Create shim for all the binaries
This commit is contained in:
Lumito 2020-12-11 20:58:03 +01:00 committed by GitHub
parent 729a0181c2
commit 531fb4da09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +1,61 @@
{
"version": "10.1.0",
"description": "AVR toolchain for Windows by Zak Kemble",
"homepage": "https://blog.zakkemble.net/avr-gcc-builds/",
"version": "10.2.0",
"description": "AVR toolchain for Windows by Lumito (based on Zak Kemble's one)",
"homepage": "https://www.lumito.net/2020/11/02/released-avr-gcc-10-2-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"
"url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/10.2.0/avr-gcc-10.2.0-x64-windows.7z",
"hash": "c72e1adf1ac2d79766e2eb4b7316bf8232335b0be6cdb1c04395d943d702f15e",
"extract_dir": "avr-gcc-10.2.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"
"url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/10.2.0/avr-gcc-10.2.0-x86-windows.7z",
"hash": "01c97759ced85b8a23d511dfef6554d6e64806a10de3bd2034629a67b5feb068",
"extract_dir": "avr-gcc-10.2.0-x86-windows"
}
},
"bin": "bin\\avr-gcc.exe",
"checkver": "AVR-GCC ([\\d.]+)",
"bin": [
"bin\\avr-addr2line.exe",
"bin\\avr-ar.exe",
"bin\\avr-as.exe",
"bin\\avr-c++.exe",
"bin\\avr-c++filt.exe",
"bin\\avr-cpp.exe",
"bin\\avr-elfedit.exe",
"bin\\avr-g++.exe",
"bin\\avr-gcc-10.2.0.exe",
"bin\\avr-gcc-ar.exe",
"bin\\avr-gcc-nm.exe",
"bin\\avr-gcc-ranlib.exe",
"bin\\avr-gcc.exe",
"bin\\avr-gcov-dump.exe",
"bin\\avr-gcov-tool.exe",
"bin\\avr-gcov.exe",
"bin\\avr-gdb.exe",
"bin\\avr-gprof.exe",
"bin\\avr-ld.bfd.exe",
"bin\\avr-ld.exe",
"bin\\avr-lto-dump.exe",
"bin\\avr-nm.exe",
"bin\\avr-objcopy.exe",
"bin\\avr-objdump.exe",
"bin\\avr-ranlib.exe",
"bin\\avr-readelf.exe",
"bin\\avr-run.exe",
"bin\\avr-size.exe",
"bin\\avr-strings.exe",
"bin\\avr-strip.exe"
],
"checkver": "avr-gcc ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-$version-x64-windows.zip",
"url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/$version/avr-gcc-$version-x64-windows.7z",
"extract_dir": "avr-gcc-$version-x64-windows"
},
"32bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-$version-x86-windows.zip",
"url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/$version/avr-gcc-$version-x86-windows.7z",
"extract_dir": "avr-gcc-$version-x86-windows"
}
}