Signed-off-by: Ladislav Michl <[email protected]> --- rules/host-python-scons.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-python-scons.make b/rules/host-python-scons.make index efca45148..731c67b8c 100644 --- a/rules/host-python-scons.make +++ b/rules/host-python-scons.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PYTHON_SCONS) += host-python-scons # # Paths and names # -HOST_PYTHON_SCONS_VERSION := 3.0.1 -HOST_PYTHON_SCONS_MD5 := b6a292e251b34b82c203b56cfa3968b3 +HOST_PYTHON_SCONS_VERSION := 3.1.2 +HOST_PYTHON_SCONS_MD5 := 77b2f8ac2661b7a4fad51c17cb7f1b25 HOST_PYTHON_SCONS := python-scons-$(HOST_PYTHON_SCONS_VERSION) HOST_PYTHON_SCONS_SUFFIX := tar.gz HOST_PYTHON_SCONS_URL := $(call ptx/mirror, SF, scons/scons-$(HOST_PYTHON_SCONS_VERSION).$(HOST_PYTHON_SCONS_SUFFIX)) -- 2.25.0 _______________________________________________ ptxdist mailing list [email protected]
