diff options
-rw-r--r-- | python/esptool/esptool.SlackBuild | 3 | ||||
-rw-r--r-- | python/esptool/esptool.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index 6da61ebbad..bcdb80b760 100644 --- a/python/esptool/esptool.SlackBuild +++ b/python/esptool/esptool.SlackBuild @@ -4,6 +4,7 @@ # Written by Tim Dickson dickson.tim@googlemail.com # Copyright (c) 2020/2024 Tim Dickson, Scotland +# Copyright (c) 2025 Christoph Willing Sydney, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -37,7 +38,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=esptool VERSION=${VERSION:-4.8.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/esptool/esptool.info b/python/esptool/esptool.info index b76950e1dc..aadfdc7ddb 100644 --- a/python/esptool/esptool.info +++ b/python/esptool/esptool.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5c/6b/3ce9bb7f36bdef3d6ae71646 MD5SUM="c7d41d4c89ffa0fa0a9d490439358b27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pyserial ecdsa python-bitstring reedsolo" -MAINTAINER="Tim Dickson" -EMAIL="dickson.tim@googlemail.com" +REQUIRES="ecdsa pyserial python-bitstring python3-intelHex reedsolo" +MAINTAINER="Christoph Willing" +EMAIL="chris.willing@linux.com" |