From c9da22d559b0500c30fb6a0d662fe8fe338bf554 Mon Sep 17 00:00:00 2001 From: Christopher Wilson Date: Tue, 17 Sep 2019 21:41:03 -0700 Subject: [PATCH] Add micropython-1.11 --- plugins/python-build/share/python-build/micropython-1.11 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/python-build/share/python-build/micropython-1.11 diff --git a/plugins/python-build/share/python-build/micropython-1.11 b/plugins/python-build/share/python-build/micropython-1.11 new file mode 100644 index 00000000..5f264ef4 --- /dev/null +++ b/plugins/python-build/share/python-build/micropython-1.11 @@ -0,0 +1,5 @@ +#require_gcc +has_tar_xz_support \ + && src="https://micropython.org/resources/source/micropython-1.11.tar.xz#c3d4918149e3b9427a318a8a78efb928f2b724123832f1feb4d7921af490269d" \ + || src="https://github.com/micropython/micropython/releases/download/v1.11/micropython-1.11.tar.gz#2edda4ffe283899af6d7b59dd0a0a59f8b845fe0f26017f1a180661338eca35f" +install_package micropython-1.11 "$src" micropython