|
5 | 5 | [ |
6 | 6 | { |
7 | 7 | "host": "i686-mingw32", |
8 | | - "url": "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/tools/%%FILENAMEWIN%%", |
| 8 | + "url": "https://github.com/stm32duino/Arduino_Tools/releases/download/%%VERSION%%/%%FILENAMEWIN%%", |
9 | 9 | "archiveFileName": "%%FILENAMEWIN%%", |
10 | 10 | "checksum": "SHA-256:%%CHECKSUMWIN%%", |
11 | 11 | "size": "%%SIZEWIN%%" |
12 | 12 | }, |
13 | 13 | { |
14 | 14 | "host": "x86_64-apple-darwin", |
15 | | - "url": "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/tools/%%FILENAMEMAC%%", |
| 15 | + "url": "https://github.com/stm32duino/Arduino_Tools/releases/download/%%VERSION%%/%%FILENAMEMAC%%", |
16 | 16 | "archiveFileName": "%%FILENAMEMAC%%", |
17 | 17 | "checksum": "SHA-256:%%CHECKSUMMAC%%", |
18 | 18 | "size": "%%SIZEMAC%%" |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "host": "x86_64-pc-linux-gnu", |
22 | | - "url": "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/tools/%%FILENAMELINUX%%", |
| 22 | + "url": "https://github.com/stm32duino/Arduino_Tools/releases/download/%%VERSION%%/%%FILENAMELINUX%%", |
23 | 23 | "archiveFileName": "%%FILENAMELINUX%%", |
24 | 24 | "checksum": "SHA-256:%%CHECKSUMLINUX%%", |
25 | 25 | "size": "%%SIZELINUX%%" |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "host": "i686-pc-linux-gnu", |
29 | | - "url": "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/tools/%%FILENAMELINUX%%", |
| 29 | + "url": "https://github.com/stm32duino/Arduino_Tools/releases/download/%%VERSION%%/%%FILENAMELINUX%%", |
30 | 30 | "archiveFileName": "%%FILENAMELINUX%%", |
31 | 31 | "checksum": "SHA-256:%%CHECKSUMLINUX%%", |
32 | 32 | "size": "%%SIZELINUX%%" |
|
0 commit comments