mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #1858 from scop/micropython-1.14
Add micropython 1.14
This commit is contained in:
commit
6889fbc147
1 changed files with 5 additions and 0 deletions
5
plugins/python-build/share/python-build/micropython-1.14
Normal file
5
plugins/python-build/share/python-build/micropython-1.14
Normal file
|
@ -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…
Reference in a new issue