From e54cd5f49d7d68412115d3a1a3a78b98ca08d989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 13 Nov 2021 22:56:51 +0200 Subject: [PATCH] Add micropython 1.17 --- plugins/python-build/share/python-build/micropython-1.17 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python-build/share/python-build/micropython-1.17 diff --git a/plugins/python-build/share/python-build/micropython-1.17 b/plugins/python-build/share/python-build/micropython-1.17 new file mode 100644 index 00000000..8bb47c44 --- /dev/null +++ b/plugins/python-build/share/python-build/micropython-1.17 @@ -0,0 +1,4 @@ +has_tar_xz_support \ + && { install=install_package; src="https://micropython.org/resources/source/micropython-1.17.tar.xz#e322f915cee784de0f8614779cdb88fce175956975b3864e2d1898a53638a2f7"; } \ + || { install=install_zip; src="https://micropython.org/resources/source/micropython-1.17.zip#4dfc60e2ba67e89c0b794c0533bb4e43a10d4e38095d0640b64b4faa9160f244"; } +$install micropython-1.17 "$src" micropython