Skip to content

Commit 7109667

Browse files
Manually update python3-via-env tools
1 parent a278734 commit 7109667

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

package/package_esp8266com_index.template.json

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
},
151151
{
152152
"packager": "esp8266",
153-
"version": "3.7.2-post1",
153+
"version": "3.7.2-post2",
154154
"name": "python3"
155155
}
156156
],
@@ -160,6 +160,61 @@
160160
}
161161
],
162162
"tools": [
163+
{
164+
"version": "3.7.2-post2",
165+
"name": "python3",
166+
"systems": [
167+
{
168+
"host": "x86_64-mingw32",
169+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-3.7.2.post1-embed-win32v2a.zip",
170+
"archiveFileName": "python3-3.7.2.post1-embed-win32v2a.zip",
171+
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
172+
"size": "6428926"
173+
},
174+
{
175+
"host": "i686-mingw32",
176+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-3.7.2.post1-embed-win32v2a.zip",
177+
"archiveFileName": "python3-3.7.2.post1-embed-win32v2a.zip",
178+
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
179+
"size": "6428926"
180+
},
181+
{
182+
"host": "aarch64-linux-gnu",
183+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-via-env.tar.gz",
184+
"archiveFileName": "python3-via-env.tar.gz",
185+
"checksum": "SHA-256:a7a9905887703a0c862356918b7a9b9ca6968a696d53a15a7cdb7f1655cecf3f",
186+
"size": "331"
187+
},
188+
{
189+
"host": "arm-linux-gnueabihf",
190+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-via-env.tar.gz",
191+
"archiveFileName": "python3-via-env.tar.gz",
192+
"checksum": "SHA-256:a7a9905887703a0c862356918b7a9b9ca6968a696d53a15a7cdb7f1655cecf3f",
193+
"size": "331"
194+
},
195+
{
196+
"host": "i686-pc-linux-gnu",
197+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-via-env.tar.gz",
198+
"archiveFileName": "python3-via-env.tar.gz",
199+
"checksum": "SHA-256:a7a9905887703a0c862356918b7a9b9ca6968a696d53a15a7cdb7f1655cecf3f",
200+
"size": "331"
201+
},
202+
{
203+
"host": "x86_64-apple-darwin",
204+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-macosx-portable.tar.gz",
205+
"archiveFileName": "python3-macosx-portable.tar.gz",
206+
"checksum": "SHA-256:01a5bf1fa264c6f04cfaadf4c6e9f6caaacb6833ef40104dfbe953fcdb9bca1c",
207+
"size": "25494144"
208+
},
209+
{
210+
"host": "x86_64-pc-linux-gnu",
211+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.2.0-gcc10.3/python3-via-env.tar.gz",
212+
"archiveFileName": "python3-via-env.tar.gz",
213+
"checksum": "SHA-256:a7a9905887703a0c862356918b7a9b9ca6968a696d53a15a7cdb7f1655cecf3f",
214+
"size": "331"
215+
}
216+
]
217+
},
163218
{
164219
"version": "3.7.2-post1",
165220
"name": "python3",
@@ -383,4 +438,4 @@
383438
]
384439
}
385440
]
386-
}
441+
}

0 commit comments

Comments
 (0)