aboutsummaryrefslogtreecommitdiff
path: root/python/esptool/esptool.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2025-02-07 08:49:21 +1100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-08 09:32:23 +0700
commitd65105bd96dc4fea691d1ebc68610c42eafea83c (patch)
treeaa59104a544a9d61f984138f3951e51ff164b235 /python/esptool/esptool.SlackBuild
parent5bd30ef6aed6a2c5b9301a34c61847a4726748e3 (diff)
python/esptool: New maintainer. Add dep on python3-intelHex.
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/esptool/esptool.SlackBuild')
-rw-r--r--python/esptool/esptool.SlackBuild3
1 files changed, 2 insertions, 1 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}