package/python-esptool: bump to version 4.8.1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-10-09 10:08:04 -06:00 committed by Thomas Petazzoni
parent 6992257cc8
commit 563196258a
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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