diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2024-01-18 07:47:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-18 09:29:32 +0700 |
commit | b9f97658c0058ddef92c7aab6adbc9d157e60901 (patch) | |
tree | cdec65af66b8b9e1ef18731f0af57b11af1c6928 /python | |
parent | ffbdbdc24e53114bc9d1ee1066a7d585a79d5081 (diff) |
python/esptool: Updated for version 4.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/esptool/esptool.SlackBuild | 7 | ||||
-rw-r--r-- | python/esptool/esptool.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index a6c0dfb3bc851..a65380b42f4ba 100644 --- a/python/esptool/esptool.SlackBuild +++ b/python/esptool/esptool.SlackBuild @@ -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} diff --git a/python/esptool/esptool.info b/python/esptool/esptool.info index c49cb7448ff4f..3214bcd28caee 100644 --- a/python/esptool/esptool.info +++ b/python/esptool/esptool.info @@ -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" |