From ac4de22265f5948eae8bc0d145ac11c87c65744f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 21 May 2021 19:01:02 +0300 Subject: [PATCH] Add micropython 1.15 (#1939) --- plugins/python-build/share/python-build/micropython-1.15 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python-build/share/python-build/micropython-1.15 diff --git a/plugins/python-build/share/python-build/micropython-1.15 b/plugins/python-build/share/python-build/micropython-1.15 new file mode 100644 index 00000000..d17f069a --- /dev/null +++ b/plugins/python-build/share/python-build/micropython-1.15 @@ -0,0 +1,4 @@ +has_tar_xz_support \ + && { install=install_package; src="https://micropython.org/resources/source/micropython-1.15.tar.xz#52d020b3adef6c2bd2b6c8aba672f381c3c99d2b90130ac8d0d7414999cb4e13"; } \ + || { install=install_zip; src="https://micropython.org/resources/source/micropython-1.15.zip#8a0c6b5914a1d1eaf63f4b3c226db5049107f1bc1c6046e4dda8d4c5c4657e97"; } +$install micropython-1.15 "$src" micropython