From 5c8735cdbfbe9854b7335a0240dfae6173e064b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 27 Mar 2021 10:25:11 +0200 Subject: [PATCH] Add micropython 1.14 --- plugins/python-build/share/python-build/micropython-1.14 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/python-build/share/python-build/micropython-1.14 diff --git a/plugins/python-build/share/python-build/micropython-1.14 b/plugins/python-build/share/python-build/micropython-1.14 new file mode 100644 index 00000000..cbc4f67f --- /dev/null +++ b/plugins/python-build/share/python-build/micropython-1.14 @@ -0,0 +1,5 @@ +#require_gcc +has_tar_xz_support \ + && { install=install_package; src="https://micropython.org/resources/source/micropython-1.14.tar.xz#97306156fdeab120a1244626c75a929bb820722afdfc1317dbd5dadef388d94c"; } \ + || { install=install_zip; src="https://micropython.org/resources/source/micropython-1.14.zip#9aff4d9d8231d93cb9dac2b239ff947d1f123a0fe7a58614c252474cdd3b88d9"; } +$install micropython-1.14 "$src" micropython