Skip to content

Commit eb70480

Browse files
committed
esptool: update to 5.1.0
1 parent 2eb9d79 commit eb70480

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

cross/esptool/Portfile

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,23 @@ description A serial utility to communicate & flash code to Espressif ES
1313
long_description {*}${description}
1414
homepage https://github.com/espressif/esptool
1515

16-
version 4.5.1
17-
checksums rmd160 09b3e981bbebdeccf85b0453ff504d9d999ad0f6 \
18-
sha256 e3eb59836123e5ebf793ef639311f7d85645526487d8b1c2b51159b455106b9a \
19-
size 252178
16+
version 5.1.0
17+
checksums rmd160 97074ffef0c64086097a7d1101c089208031deaa \
18+
sha256 2ea9bcd7eb263d380a4fe0170856a10e4c65e3f38c757ebdc73584c8dd8322da \
19+
size 383926
2020
revision 0
2121

22-
python.versions 310 311
22+
python.versions 310 311 312
2323

2424
depends_build-append \
25-
port:py${python.version}-setuptools \
2625
port:py${python.version}-wheel
2726

2827
depends_lib-append \
29-
port:py${python.version}-pyaes \
30-
port:py${python.version}-ecdsa \
31-
port:py${python.version}-serial
28+
port:py${python.version}-serial \
29+
port:py${python.version}-bitstring \
30+
port:py${python.version}-cryptography \
31+
port:py${python.version}-yaml \
32+
port:py${python.version}-rich-click \
33+
port:py${python.version}-intelhex \
34+
port:py${python.version}-reedsolo \
35+
port:py${python.version}-click

0 commit comments

Comments
 (0)