python/esptool: Updated for version 4.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2022-08-05 23:59:41 +01:00 committed by Willy Sudiarto Raharjo
parent 4c8df45067
commit 5d98b1d584
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -26,10 +26,13 @@
# note to self. github source tar.gz can miss out some directory contents,
# so use pypi.org/project/esptool download source tar.gz instead.
# note to others. I don't actually use this or have hardware to test it.
# I am reliant on those that requested it doing any testing.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
VERSION=${VERSION:-4.1}
VERSION=${VERSION:-4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="esptool"
VERSION="4.1"
VERSION="4.2"
HOMEPAGE="https://github.com/espressif/esptool"
DOWNLOAD="https://files.pythonhosted.org/packages/bb/d5/9d000803520b68fd9f6447cd7c15352a79984196f57f0519839b0f80fb8f/esptool-4.1.tar.gz"
MD5SUM="60bf3a49a794ff5627552f642f28ea3d"
DOWNLOAD="https://files.pythonhosted.org/packages/17/4d/10ae2314a7f34da4a3820d0ac394d8e747b2953196ec0f0214b5d6f8ddd4/esptool-4.2.tar.gz"
MD5SUM="69a505aea08157a36766683b529934e5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"