mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
add file for downloading and installing micropython-1.13 (#1704)
This commit is contained in:
parent
8bf79eb44c
commit
898fe1bb9b
1 changed files with 5 additions and 0 deletions
5
plugins/python-build/share/python-build/micropython-1.13
Normal file
5
plugins/python-build/share/python-build/micropython-1.13
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#require_gcc
|
||||||
|
has_tar_xz_support \
|
||||||
|
&& src="https://micropython.org/resources/source/micropython-1.13.tar.xz#fb5434ec1fd2f7d06733696b020a992e69005532bcb97a9b4158ec1fffbc9c1e" \
|
||||||
|
|| src="https://github.com/micropython/micropython/releases/download/v1.13/micropython-1.13.tar.gz#9ab32eb2c19a682f6de7e9b4226de849c42cb92e1ecb4cf56438a75d763bd451"
|
||||||
|
install_package micropython-1.13 "$src" micropython
|
Loading…
Reference in a new issue