Skip to content

Commit

Permalink
comms/py-esptool: Update to 4.1
Browse files Browse the repository at this point in the history
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.1

MFH:	No (feature release)
  • Loading branch information
loader-bsd committed Jul 28, 2022
1 parent 206bfa5 commit d73cc67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions comms/py-esptool/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= esptool
DISTVERSIONPREFIX= v
DISTVERSION= 3.3
DISTVERSION= 4.1
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<=1.5.4:devel/py-reedsolo@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR}

USES= python:3.6+
USES= python:3.7+
USE_GITHUB= yes
USE_PYTHON= autoplist concurrent distutils

Expand Down
6 changes: 3 additions & 3 deletions comms/py-esptool/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1648106321
SHA256 (espressif-esptool-v3.3_GH0.tar.gz) = 963373977ef3293b6cb504f2f2dbc1f539e361fdd77ab2b9da1c13625e8f5ec1
SIZE (espressif-esptool-v3.3_GH0.tar.gz) = 7259717
TIMESTAMP = 1658967730
SHA256 (espressif-esptool-v4.1_GH0.tar.gz) = c856606191272a41c14b21798ede31c0d0224f8788e1be12062f1beb671403a3
SIZE (espressif-esptool-v4.1_GH0.tar.gz) = 7275429

0 comments on commit d73cc67

Please sign in to comment.