Skip to content

Commit e6b5515

Browse files
authored
uv download with SHA check and download retry on failure (Jason2866#11)
1 parent d2bf743 commit e6b5515

File tree

3 files changed

+311
-73
lines changed

3 files changed

+311
-73
lines changed

get-platformio.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pioinstaller/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2014-present PlatformIO <[email protected]>
2+
# Copyright (c) 2024-present pioarduino
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -14,10 +15,10 @@
1415

1516
import logging.config
1617

17-
__version__ = "1.3.0"
18+
__version__ = "1.4.0"
1819

1920
__title__ = "pioarduino-installer"
20-
__description__ = "An installer for PlatformIO pioarduino Core"
21+
__description__ = "An installer for pioarduino Core"
2122

2223
__url__ = "https://github.com/pioarduino/pioarduino-core-installer"
2324

@@ -26,7 +27,7 @@
2627

2728

2829
__license__ = "Apache-2.0"
29-
__copyright__ = "Copyright 2014-present PlatformIO and pioarduino"
30+
__copyright__ = "Copyright 2014-present PlatformIO and 2024-present pioarduino"
3031

3132

3233
logging.basicConfig(format="%(levelname)s: %(message)s")

0 commit comments

Comments
 (0)