Closed NicoHood closed 1 year ago
Hi @NicoHood. Although the 1.8.5 release has been created here on GitHub, it has not yet been added to the production package index for distribution via the Arduino Boards Manager.
Once that has been done, I'll update this issue and you'll then be able to get the archive URL from the packages[*].platforms[*].url
field of the arduino:avr@1.8.5
release from https://downloads.arduino.cc/packages/package_index.json. For example, this is the relevant section of the package index for the 1.8.4 release:
{
"name": "Arduino AVR Boards",
"architecture": "avr",
"version": "1.8.4",
"category": "Arduino",
"help": {
"online": "http://www.arduino.cc/en/Reference/HomePage"
},
"url": "http://downloads.arduino.cc/cores/staging/avr-1.8.4.tar.bz2",
Maybe another compression was used, can you tell me which?
It will be .tar.bz2
just like the previous ones.
Core published in production, no need to use the staging
json anymore :wink:
The gpg signature is not available: https://downloads.arduino.cc/cores/avr-1.8.5.tar.bz2.asc
I'm closing this in favor of the dedicated issue tracking the absence of GPG signatures for the recent releases (thanks @M-Reimer): https://github.com/arduino/ArduinoCore-avr/issues/519
I was expecting to have the lastest release available here: https://downloads.arduino.cc/cores/avr-1.8.5.tar.bz2
Maybe another compression was used, can you tell me which? Or where to find those files? I'd use the files from github, but those are not signed.