mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* reverts back to using Zak's Kembles AVR-GCC. * Adds back binaries for path. Closes #2156 Resolves #2275, resolves #2418
64 lines
2.1 KiB
JSON
64 lines
2.1 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 ([\\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"
|
|
}
|
|
}
|
|
}
|
|
}
|