python/esptool: Updated for version 4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2022-10-04 20:25:16 +01:00 committed by Willy Sudiarto Raharjo
parent 0aeafaaab0
commit 9813bad4cf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
VERSION=${VERSION:-4.2.1}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="esptool"
VERSION="4.2.1"
VERSION="4.3"
HOMEPAGE="https://github.com/espressif/esptool"
DOWNLOAD="https://files.pythonhosted.org/packages/68/a7/40f80078ad06f064ff8fb52d7f2d37f0bcb3f4005fe4fbc6619a47a4990a/esptool-4.2.1.tar.gz"
MD5SUM="8efdcb8a6c52750ecc4a75bd0fb8115a"
DOWNLOAD="https://files.pythonhosted.org/packages/5b/d7/0dae311a94a490d7b7af2f4fab079b34f6244c6129017997bc994f7b360b/esptool-4.3.tar.gz"
MD5SUM="973b63eac1391d3491846d8676c783e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"