mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ptyprocess/json
|
||||
md5 9da200c397cb1752209a6b718b6cfc68 ptyprocess-0.7.0.tar.gz
|
||||
sha256 5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220 ptyprocess-0.7.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a LICENSE
|
||||
# md5 from https://pypi.python.org, sha256 locally computed
|
||||
md5 94e537122914cc9ec9c1eadcd36e73a1 ptyprocess-0.5.1.tar.gz
|
||||
sha256 0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 ptyprocess-0.5.1.tar.gz
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PTYPROCESS_VERSION = 0.7.0
|
||||
PYTHON_PTYPROCESS_SITE = https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e
|
||||
PYTHON_PTYPROCESS_VERSION = 0.5.1
|
||||
PYTHON_PTYPROCESS_SITE = https://pypi.python.org/packages/source/p/ptyprocess
|
||||
PYTHON_PTYPROCESS_SOURCE = ptyprocess-$(PYTHON_PTYPROCESS_VERSION).tar.gz
|
||||
PYTHON_PTYPROCESS_LICENSE = ISC
|
||||
PYTHON_PTYPROCESS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user