Skip to content

Commit 2b26916

Browse files
committed
Update core template
Signed-off-by: Frederic Pillon <[email protected]>
1 parent ce9de1d commit 2b26916

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

STM8/src/templates/package_core_index.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "STM8 Cores",
2+
"name": "STM8 MCU based boards",
33
"architecture": "stm8",
44
"version": "%%VERSION%%",
55
"category": "Contributed",
6-
"url": "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM8/packages/%%FILENAME%%",
6+
"url": "https://github.com/stm32duino/Arduino_Core_STM8/releases/download/%%VERSION%%/%%FILENAME%%",
77
"archiveFileName": "%%FILENAME%%",
88
"checksum": "SHA-256:%%CHECKSUM%%",
99
"size": "%%SIZE%%",
@@ -19,7 +19,7 @@
1919
{
2020
"packager": "STM8",
2121
"name": "STM8Tools",
22-
"version": "1.0.2"
22+
"version": "1.0.0"
2323
}
2424
]
2525
}

STM8/src/templates/package_tools_index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[
66
{
77
"host": "i686-mingw32",
8-
"url": "https://github.com/stm32duino/BoardManagerFiles/raw/master/STM8/tools/%%FILENAMEWIN%%",
8+
"url": "https://github.com/stm32duino/Arduino_Tools_STM8/releases/download/%%VERSION%%/%%FILENAMEWIN%%",
99
"archiveFileName": "%%FILENAMEWIN%%",
1010
"checksum": "SHA-256:%%CHECKSUMWIN%%",
1111
"size": "%%SIZEWIN%%"

0 commit comments

Comments
 (0)