summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/esptool/esptool.SlackBuild5
-rw-r--r--python/esptool/esptool.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild
index 4008b92149..e52eebf8e0 100644
--- a/python/esptool/esptool.SlackBuild
+++ b/python/esptool/esptool.SlackBuild
@@ -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}
diff --git a/python/esptool/esptool.info b/python/esptool/esptool.info
index cf8426e0ef..18b1c6e1a5 100644
--- a/python/esptool/esptool.info
+++ b/python/esptool/esptool.info
@@ -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"