Zak Kemble 1cb7ed119e
avr-gcc: Update download locations (#3399)
* Update download locations

* Tabs to spaces

* Add auto-update hash file
2022-03-22 02:37:47 +05:30

69 lines
2.4 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://github.com/ZakKemble/avr-gcc-build/releases/download/v11.1.0-1/avr-gcc-11.1.0-x64-windows.zip",
"hash": "e11ec78125a11242cc45169d96bbff9f35b4b7b916711ff4fad64c62379a71f7",
"extract_dir": "avr-gcc-11.1.0-x64-windows"
},
"32bit": {
"url": "https://github.com/ZakKemble/avr-gcc-build/releases/download/v11.1.0-1/avr-gcc-11.1.0-x86-windows.zip",
"hash": "a73d9a1353964ff7dc96226c41a568a2b42aea2d71de97d6aceb193cf003fadf",
"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": {
"github": "https://github.com/ZakKemble/avr-gcc-build"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ZakKemble/avr-gcc-build/releases/download/v$version-1/avr-gcc-$version-x64-windows.zip",
"extract_dir": "avr-gcc-$version-x64-windows"
},
"32bit": {
"url": "https://github.com/ZakKemble/avr-gcc-build/releases/download/v$version-1/avr-gcc-$version-x86-windows.zip",
"extract_dir": "avr-gcc-$version-x86-windows"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}