summaryrefslogtreecommitdiffstats
path: root/python/esptool/esptool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/esptool/esptool.SlackBuild')
-rw-r--r--python/esptool/esptool.SlackBuild5
1 files changed, 4 insertions, 1 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}