mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
avr-gcc: Add version 10.1.0 (#1400)
This commit is contained in:
parent
357361ab0a
commit
cdaecdb52a
35
bucket/avr-gcc.json
Normal file
35
bucket/avr-gcc.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"description": "AVR toolchain for Windows by Zak Kemble",
|
||||
"homepage": "https://blog.zakkemble.net/avr-gcc-builds/",
|
||||
"version": "10.1.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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\avr-gcc.exe",
|
||||
"checkver": {
|
||||
"url": "https://blog.zakkemble.net/avr-gcc-builds/",
|
||||
"re": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user