Lumito 531fb4da09
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
2020-12-11 11:58:03 -08:00

64 lines
2.2 KiB
JSON

{
"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://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://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-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://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://dl.bintray.com/lumito/public/projects/avr-gcc/$version/avr-gcc-$version-x86-windows.7z",
"extract_dir": "avr-gcc-$version-x86-windows"
}
}
}
}