瀏覽代碼

Add micropython 1.14

pull/1858/head
Ville Skyttä 5 年之前
父節點
當前提交
5c8735cdbf
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      plugins/python-build/share/python-build/micropython-1.14

+ 5
- 0
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

Loading…
取消
儲存