aboutsummaryrefslogtreecommitdiff
path: root/python/esptool/esptool.SlackBuild
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2022-11-24 20:50:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-24 20:50:44 +0700
commit934d4c01609f1972c080c2686a4ef8ad0562cf29 (patch)
tree3c739ea00e4f90e236750a597054d1fe980283e6 /python/esptool/esptool.SlackBuild
parentf01c5b839c7344a1be7d16bb2fac28c167d56697 (diff)
python/esptool: Updated for version 4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/esptool/esptool.SlackBuild')
-rw-r--r--python/esptool/esptool.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild
index 1ede5c2bd5..c2b52d03c3 100644
--- a/python/esptool/esptool.SlackBuild
+++ b/python/esptool/esptool.SlackBuild
@@ -27,12 +27,12 @@
# 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.
+# I am reliant on those that requested it doing any testing. :-)
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
-VERSION=${VERSION:-4.3}
+VERSION=${VERSION:-4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}