From 563196258a7cfef14ac0ef732663f639b63aa9f2 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 9 Oct 2024 10:08:04 -0600 Subject: [PATCH] package/python-esptool: bump to version 4.8.1 Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-esptool/python-esptool.hash | 4 ++-- package/python-esptool/python-esptool.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-esptool/python-esptool.hash b/package/python-esptool/python-esptool.hash index 0a60fd7235..6eab790901 100644 --- a/package/python-esptool/python-esptool.hash +++ b/package/python-esptool/python-esptool.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/esptool/json -md5 4bcb7f6f3d2c9b4edb4caa09912f1dfe esptool-4.8.0.tar.gz -sha256 f933150b5753e7501024e4d237fe078a77913a0cb7e2f08197ef8d70306b1b53 esptool-4.8.0.tar.gz +md5 c7d41d4c89ffa0fa0a9d490439358b27 esptool-4.8.1.tar.gz +sha256 dc4ef26b659e1a8dcb019147c0ea6d94980b34de99fbe09121c7941c8b254531 esptool-4.8.1.tar.gz # Locally computed sha256 checksums sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE diff --git a/package/python-esptool/python-esptool.mk b/package/python-esptool/python-esptool.mk index df19daf61e..a4922c1e5b 100644 --- a/package/python-esptool/python-esptool.mk +++ b/package/python-esptool/python-esptool.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_ESPTOOL_VERSION = 4.8.0 +PYTHON_ESPTOOL_VERSION = 4.8.1 PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz -PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/d4/c7/b7e4b96a0e7d9b94fe953e1b55b3573bec498bac05f72e61e5a0e979e2c7 +PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/5c/6b/3ce9bb7f36bdef3d6ae71646a1d3b7d59826a478f3ed8a783a93a2f8f537 PYTHON_ESPTOOL_SETUP_TYPE = setuptools PYTHON_ESPTOOL_LICENSE = GPL-2.0+ PYTHON_ESPTOOL_LICENSE_FILES = LICENSE