mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Create micropython-1.12 (#1542)
This commit is contained in:
parent
7cbaff3803
commit
174b7e72a1
1 changed files with 5 additions and 0 deletions
5
plugins/python-build/share/python-build/micropython-1.12
Normal file
5
plugins/python-build/share/python-build/micropython-1.12
Normal file
|
@ -0,0 +1,5 @@
|
|||
#require_gcc
|
||||
has_tar_xz_support \
|
||||
&& src="https://micropython.org/resources/source/micropython-1.12.tar.xz#25938e536f945c706f685f611e048acbca765b0380454dac88132803a5f75790" \
|
||||
|| src="https://github.com/micropython/micropython/releases/download/v1.12/micropython-1.12.tar.gz#be2041924496f49b580f06c2d328c7757bbc7b62408abb11841ebeb87302c575"
|
||||
install_package micropython-1.12 "$src" micropython
|
Loading…
Reference in a new issue