python/esptool: Updated for version 4.7.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2024-01-18 07:47:01 +07:00 committed by Willy Sudiarto Raharjo
parent ffbdbdc24e
commit b9f97658c0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for esptool
# Written by Tim Dickson dickson.tim@googlemail.com
# Copyright (c) 2020/2023 Tim Dickson, Scotland
# Copyright (c) 2020/2024 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,12 +29,13 @@
# 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. :-)
# 2023/12/06 added some extra deps. bumped build number
# 2024/01/17 update to 4.7.0
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
VERSION=${VERSION:-4.6.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="esptool"
VERSION="4.6.2"
VERSION="4.7.0"
HOMEPAGE="https://github.com/espressif/esptool"
DOWNLOAD="https://files.pythonhosted.org/packages/a3/63/c757f50b606996a7e676f000b40626f65be63b3a10030563929c968e431c/esptool-4.6.2.tar.gz"
MD5SUM="17853949fd582550a7c270f08d7691d4"
DOWNLOAD="https://files.pythonhosted.org/packages/1b/8b/f0d1e75879dee053874a4f955ed1e9ad97275485f51cb4bc2cb4e9b24479/esptool-4.7.0.tar.gz"
MD5SUM="e7f2012cf31cd23f60049b179fb3b53a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial ecdsa python-bitstring reedsolo"