2021-10-04 13:07:19 -07:00

68 lines
2.2 KiB
JSON

{
"version": "11.1.0",
"description": "AVR toolchain for Windows by Zak Kemble",
"homepage": "https://blog.zakkemble.net/avr-gcc-builds/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-11.1.0-x64-windows.zip",
"hash": "md5:3043b0659163dd116d02fe3470d404d5",
"extract_dir": "avr-gcc-11.1.0-x64-windows"
},
"32bit": {
"url": "https://blog.zakkemble.net/download/avr-gcc-11.1.0-x86-windows.zip",
"hash": "md5:b6459d9048b0870a96544330e54b66ae",
"extract_dir": "avr-gcc-11.1.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-11.1.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\\s*([\\d.]+)\\s+for",
"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"
}
},
"hash": {
"url": "https://blog.zakkemble.net/avr-gcc-builds/",
"regex": "(?sm)$basename.*?MD5:\\s*$md5"
}
}
}